diff options
Diffstat (limited to 'include/string.h')
-rw-r--r-- | include/string.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/string.h b/include/string.h index 33f01378..c2f8eb55 100644 --- a/include/string.h +++ b/include/string.h @@ -81,9 +81,6 @@ void *memccpy (void *__restrict, const void *__restrict, int, size_t); #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) char *strsep(char **, const char *); -#endif - -#ifdef _BSD_SOURCE size_t strlcat (char *, const char *, size_t); size_t strlcpy (char *, const char *, size_t); #endif |