diff options
Diffstat (limited to 'sysdeps/generic/strspn.c')
-rw-r--r-- | sysdeps/generic/strspn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/generic/strspn.c b/sysdeps/generic/strspn.c index 9d2fe63848..5f64a6f756 100644 --- a/sysdeps/generic/strspn.c +++ b/sysdeps/generic/strspn.c @@ -18,6 +18,7 @@ #include <string.h> +#undef strspn /* Return the length of the maximum initial segment of S which contains only characters in ACCEPT. */ |