diff options
Diffstat (limited to 'sysdeps/generic/strchr.c')
-rw-r--r-- | sysdeps/generic/strchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/strchr.c b/sysdeps/generic/strchr.c index d9e58a85a7..3663382556 100644 --- a/sysdeps/generic/strchr.c +++ b/sysdeps/generic/strchr.c @@ -22,9 +22,9 @@ #include <string.h> +#undef strchr /* Find the first occurrence of C in S. */ - char * strchr (s, c) const char *s; |