diff options
Diffstat (limited to 'string/string.h')
-rw-r--r-- | string/string.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/string/string.h b/string/string.h index 5621dfb39a..a434c3ab81 100644 --- a/string/string.h +++ b/string/string.h @@ -282,6 +282,13 @@ extern __ptr_t memfrob __P ((__ptr_t __s, size_t __n)); extern char *basename __P ((__const char *__filename)); #endif + +/* Some functions might be implemented as optimized inline assembler + functions. */ +#if !defined __NO_STRING_INLINES && defined __OPTIMIZE__ +# include <bits/string.h> +#endif + __END_DECLS #endif /* string.h */ |