summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-17 02:21:09 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-17 02:21:09 +0000
commit6fda4bc6e2566f6cb7c7628f7e4635e84dabfccc (patch)
treee531a1fcd889710f25e55038ad83bfe8435d2b78
parent5c58a730a9ad0b7b910d3850fd96a2c264a0c05e (diff)
downloaduClibc-alpine-6fda4bc6e2566f6cb7c7628f7e4635e84dabfccc.tar.bz2
uClibc-alpine-6fda4bc6e2566f6cb7c7628f7e4635e84dabfccc.tar.xz
Copy from trunk.
-rw-r--r--libc/string/strchrnul.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/string/strchrnul.c b/libc/string/strchrnul.c
new file mode 100644
index 000000000..2656c2801
--- /dev/null
+++ b/libc/string/strchrnul.c
@@ -0,0 +1,14 @@
+/*
+ * 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_strchrnul
+#define Wstrchrnul __strchrnul
+
+#include "wstring.c"
+
+strong_alias(__strchrnul, strchrnul)
+
+#undef L_strchrnul