summaryrefslogtreecommitdiffstats
path: root/libc/string/wmemchr.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-17 02:17:49 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-17 02:17:49 +0000
commitb75ad398f5422f3f767dfb0dcb568906d49f72e9 (patch)
treeb2ddfc098a896ddc5e9caac953bbdf4ee91962fa /libc/string/wmemchr.c
parentda828fa58d63c9930daa17a8865c1cc4c114ab56 (diff)
downloaduClibc-alpine-b75ad398f5422f3f767dfb0dcb568906d49f72e9.tar.bz2
uClibc-alpine-b75ad398f5422f3f767dfb0dcb568906d49f72e9.tar.xz
Copy from trunk.
Diffstat (limited to 'libc/string/wmemchr.c')
-rw-r--r--libc/string/wmemchr.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/libc/string/wmemchr.c b/libc/string/wmemchr.c
new file mode 100644
index 000000000..26acaf313
--- /dev/null
+++ b/libc/string/wmemchr.c
@@ -0,0 +1,15 @@
+/*
+ * Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
+
+#define L_memchr
+#define WANT_WIDE
+#define Wmemchr __wmemchr
+
+#include "wstring.c"
+
+strong_alias(__wmemchr, wmemchr)
+
+#undef L_memchr