summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-17 02:24:22 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-17 02:24:22 +0000
commit67f62274d2b2c1406ef8bd444a219043e22afabf (patch)
tree76cd4dccf77917d135b55149013841cbcfd981c9 /libc
parent8fc2b709ae0f1141cb7ed4ef2dc806336ac18470 (diff)
downloaduClibc-alpine-67f62274d2b2c1406ef8bd444a219043e22afabf.tar.bz2
uClibc-alpine-67f62274d2b2c1406ef8bd444a219043e22afabf.tar.xz
Copy from trunk.
Diffstat (limited to 'libc')
-rw-r--r--libc/string/wmemcmp.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/libc/string/wmemcmp.c b/libc/string/wmemcmp.c
new file mode 100644
index 000000000..d9274bf7a
--- /dev/null
+++ b/libc/string/wmemcmp.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_memcmp
+#define WANT_WIDE
+#define Wmemcmp __wmemcmp
+
+#include "wstring.c"
+
+strong_alias(__wmemcmp, wmemcmp)
+
+#undef L_memcmp