aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/microblaze/strcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/microblaze/strcmp.c')
-rw-r--r--newlib/libc/machine/microblaze/strcmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/microblaze/strcmp.c b/newlib/libc/machine/microblaze/strcmp.c
index a2751af..82987ea 100644
--- a/newlib/libc/machine/microblaze/strcmp.c
+++ b/newlib/libc/machine/microblaze/strcmp.c
@@ -82,8 +82,8 @@ QUICKREF
int
_DEFUN (strcmp, (s1, s2),
- _CONST char *s1,
- _CONST char *s2)
+ const char *s1,
+ const char *s2)
{
#ifndef HAVE_HW_PCMP