summaryrefslogtreecommitdiff
path: root/sysdeps/generic/strspn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/strspn.c')
-rw-r--r--sysdeps/generic/strspn.c1
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. */