summaryrefslogtreecommitdiffstats
path: root/libc/misc/search/lfind.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-02-27 23:50:27 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-02-27 23:50:27 +0000
commite52a11db3dcc50f2dd72c3f5871afc1d432507de (patch)
tree9ecbf1b8ae5b77595de3393f4b8e37ecf4f074c2 /libc/misc/search/lfind.c
parentd032c07a7913c9aa932e35eb04a3cccdae8a9a1d (diff)
downloaduClibc-alpine-e52a11db3dcc50f2dd72c3f5871afc1d432507de.tar.bz2
uClibc-alpine-e52a11db3dcc50f2dd72c3f5871afc1d432507de.tar.xz
Merge from trunk.
Diffstat (limited to 'libc/misc/search/lfind.c')
-rw-r--r--libc/misc/search/lfind.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/misc/search/lfind.c b/libc/misc/search/lfind.c
new file mode 100644
index 000000000..66111c5a4
--- /dev/null
+++ b/libc/misc/search/lfind.c
@@ -0,0 +1,8 @@
+/*
+ * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
+
+#define L_lfind
+#include "_lsearch.c"