diff options
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 107c53a4f..31e620673 100644 --- a/include/strings.h +++ b/include/strings.h @@ -90,6 +90,10 @@ extern int strncasecmp (__const char *__s1, __const char *__s2, size_t __n) __END_DECLS +#ifdef UCLIBC_INTERNAL +#error "<strings.h> should not be included from libc." +#endif + #endif /* string.h */ #endif /* strings.h */ |