OSDN Git Service

ldso: Fix compile-error on noMMU
[uclinux-h8/uClibc.git] / libc / string / wmemcmp.c
index d9274bf..9168705 100644 (file)
@@ -4,12 +4,5 @@
  * 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
+#include "memcmp.c"