summaryrefslogtreecommitdiff
path: root/libc/string/wcsncmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/wcsncmp.c')
-rw-r--r--libc/string/wcsncmp.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/libc/string/wcsncmp.c b/libc/string/wcsncmp.c
index 708846105..224844fd6 100644
--- a/libc/string/wcsncmp.c
+++ b/libc/string/wcsncmp.c
@@ -4,12 +4,5 @@
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
*/
-#define L_strncmp
#define WANT_WIDE
-#define Wstrncmp __wcsncmp
-
-#include "wstring.c"
-
-strong_alias(__wcsncmp, wcsncmp)
-
-#undef L_strncmp
+#include "strncmp.c"