diff options
Diffstat (limited to 'string/tst-strlen.c')
-rw-r--r-- | string/tst-strlen.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/string/tst-strlen.c b/string/tst-strlen.c index 4acd4045f5..c43cb1a4d6 100644 --- 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> |