aboutsummaryrefslogtreecommitdiff
path: root/misc/lsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/lsearch.c')
-rw-r--r--misc/lsearch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/lsearch.c b/misc/lsearch.c
index 3d104617ca..057ff396e1 100644
--- a/misc/lsearch.c
+++ b/misc/lsearch.c
@@ -1,5 +1,5 @@
/* Linear search functions.
- Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1996,97,98,2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
@@ -56,3 +56,4 @@ lfind (const void *key, const void *base, size_t *nmemb, size_t size,
return cnt < *nmemb ? (void *) result : NULL;
}
+libc_hidden_def (lfind)