aboutsummaryrefslogtreecommitdiff
path: root/string
diff options
context:
space:
mode:
Diffstat (limited to 'string')
-rw-r--r--string/bug-strncat1.c1
-rw-r--r--string/bug-strpbrk1.c1
-rw-r--r--string/bug-strspn1.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/string/bug-strncat1.c b/string/bug-strncat1.c
index 0e41a3e..e77f2e9 100644
--- a/string/bug-strncat1.c
+++ b/string/bug-strncat1.c
@@ -1,4 +1,5 @@
/* Test case by Joseph S. Myers <jsm28@cam.ac.uk>. */
+#undef __USE_STRING_INLINES
#define __USE_STRING_INLINES
#include <stdio.h>
#include <stdlib.h>
diff --git a/string/bug-strpbrk1.c b/string/bug-strpbrk1.c
index 7d5eef8..3fdc930 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>
diff --git a/string/bug-strspn1.c b/string/bug-strspn1.c
index cd6c012..f637b97 100644
--- a/string/bug-strspn1.c
+++ b/string/bug-strspn1.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>