diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-12 20:22:14 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:21 +0200 |
commit | 5068fb4d28fde61bc8b58809fd2f9b49e49da61c (patch) | |
tree | f1070ce13aef0732a3ccff5dee76fe8f88277f60 /include/string.h | |
parent | c6a755b571a5c84c44874e84170db25798233545 (diff) |
remove unneeded hiddens for rtime, basename, strtof* and wcstof*
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
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 */ |