projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
(tests): Add tst-inlcall.
[kopensolaris-gnu/glibc.git]
/
string
/
tst-strlen.c
diff --git
a/string/tst-strlen.c
b/string/tst-strlen.c
index
4acd404
..
c43cb1a
100644
(file)
--- a/
string/tst-strlen.c
+++ b/
string/tst-strlen.c
@@
-1,3
+1,7
@@
+/* Make sure we don't test the optimized inline functions if we want to
+ test the real implementation. */
+#undef __USE_STRING_INLINES
+
#include <stdio.h>
#include <string.h>