diff options
Diffstat (limited to 'string/test-string.h')
-rw-r--r-- | string/test-string.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/string/test-string.h b/string/test-string.h index da108f5..6375972 100644 --- a/string/test-string.h +++ b/string/test-string.h @@ -40,16 +40,7 @@ extern impl_t __start_impls[], __stop_impls[]; #undef __USE_STRING_INLINES -/* We are compiled under _ISOMAC, so libc-symbols.h does not do this - for us. */ -#include "config.h" -#ifdef HAVE_CC_INHIBIT_LOOP_TO_LIBCALL -# define inhibit_loop_to_libcall \ - __attribute__ ((__optimize__ ("-fno-tree-loop-distribute-patterns"))) -#else -# define inhibit_loop_to_libcall -#endif - +#include "libc-misc.h" #include <getopt.h> #include <stdint.h> #include <stdio.h> |