about summary refs log tree commit diff
path: root/sysdeps/generic/strpbrk.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/strpbrk.c')
-rw-r--r--sysdeps/generic/strpbrk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/strpbrk.c b/sysdeps/generic/strpbrk.c
index 3b533e1b87..a49d2b145b 100644
--- a/sysdeps/generic/strpbrk.c
+++ b/sysdeps/generic/strpbrk.c
@@ -24,6 +24,8 @@
 # include <string.h>
 #endif
 
+#undef strpbrk
+
 /* Find the first occurrence in S of any character in ACCEPT.  */
 char *
 strpbrk (s, accept)