about summary refs log tree commit diff
path: root/sysdeps/x86_64/wmemcmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/wmemcmp.S')
-rw-r--r--sysdeps/x86_64/wmemcmp.S6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/x86_64/wmemcmp.S b/sysdeps/x86_64/wmemcmp.S
index 032f389158..815b999e4e 100644
--- a/sysdeps/x86_64/wmemcmp.S
+++ b/sysdeps/x86_64/wmemcmp.S
@@ -16,6 +16,8 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
-#define MEMCMP	wmemcmp
+#define MEMCMP	__wmemcmp
 #define USE_AS_WMEMCMP	1
-#include "multiarch/memcmp-sse2.S"
+#include "memcmp.S"
+
+weak_alias (__wmemcmp, wmemcmp)