diff options
Diffstat (limited to 'include/string.h')
-rw-r--r-- | include/string.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/string.h b/include/string.h index f11a7269c..8d17d215e 100644 --- a/include/string.h +++ b/include/string.h @@ -462,7 +462,6 @@ extern void *memfrob (void *__s, size_t __n) __THROW __nonnull ((1)); in <libgen.h>) which makes the XPG version of this function available. */ extern char *basename (__const char *__filename) __THROW __nonnull ((1)); -libc_hidden_proto(basename) # endif #endif /* __USE_GNU */ |