summaryrefslogtreecommitdiff
path: root/sysdeps/tile/memcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/tile/memcmp.c')
-rw-r--r--sysdeps/tile/memcmp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/tile/memcmp.c b/sysdeps/tile/memcmp.c
index 83c62be059..c3ed88bca7 100644
--- a/sysdeps/tile/memcmp.c
+++ b/sysdeps/tile/memcmp.c
@@ -19,9 +19,6 @@
# include "config.h"
#endif
-#undef __ptr_t
-#define __ptr_t void *
-
#if defined HAVE_STRING_H || defined _LIBC
# include <string.h>
#endif
@@ -294,7 +291,7 @@ memcmp_not_common_alignment (long int srcp1, long int srcp2, size_t len)
}
int
-MEMCMP (const __ptr_t s1, const __ptr_t s2, size_t len)
+MEMCMP (const void *s1, const void *s2, size_t len)
{
op_t a0;
op_t b0;