summaryrefslogtreecommitdiff
path: root/sysdeps/generic/strcspn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/strcspn.c')
-rw-r--r--sysdeps/generic/strcspn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/strcspn.c b/sysdeps/generic/strcspn.c
index d7d59b250b..3630a13332 100644
--- a/sysdeps/generic/strcspn.c
+++ b/sysdeps/generic/strcspn.c
@@ -29,6 +29,8 @@
# endif
#endif
+#undef strcspn
+
/* Return the length of the maximum initial segment of S
which contains no characters from REJECT. */
size_t