Update.
[platform/upstream/glibc.git] / sysdeps / generic / strspn.c
index 9d2fe63..5f64a6f 100644 (file)
@@ -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.  */