about summary refs log tree commit diff
path: root/string/bug-strpbrk1.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/bug-strpbrk1.c')
-rw-r--r--string/bug-strpbrk1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/string/bug-strpbrk1.c b/string/bug-strpbrk1.c
index 7d5eef8e41..3fdc930c3e 100644
--- a/string/bug-strpbrk1.c
+++ b/string/bug-strpbrk1.c
@@ -1,4 +1,5 @@
 /* Test case by Joseph S. Myers <jsm28@cam.ac.uk>.  */
+#undef __USE_STRING_INLINES
 #define __USE_STRING_INLINES
 #include <string.h>
 #include <stdlib.h>