summaryrefslogtreecommitdiff
path: root/test/string/tester.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/string/tester.c')
-rw-r--r--test/string/tester.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/string/tester.c b/test/string/tester.c
index 7f3ff28..6944f27 100644
--- a/test/string/tester.c
+++ b/test/string/tester.c
@@ -1554,7 +1554,9 @@ main (void)
test_strchrnul ();
/* rawmemchr. */
+#if defined(__GLIBC__) || defined(__UCLIBC__)
test_rawmemchr ();
+#endif
/* index - just like strchr. */
test_index ();