diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-10 00:49:01 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-10 00:49:01 +0100 |
commit | 5ab9845ea03ba2c356e58617daeab6b306959380 (patch) | |
tree | b6be6ecf75ee32374ff444868d90bb6e638145fa /include | |
parent | 25a349893513aa257718aa92c3e8755b9d89eb7e (diff) |
time.c, wchar.h: remove unused hidden wcsftime
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/wchar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wchar.h b/include/wchar.h index 53959e0cb..650c39975 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -754,7 +754,6 @@ __BEGIN_NAMESPACE_C99 extern size_t wcsftime (wchar_t *__restrict __s, size_t __maxsize, __const wchar_t *__restrict __format, __const struct tm *__restrict __tp) __THROW; -libc_hidden_proto(wcsftime) __END_NAMESPACE_C99 # if defined __USE_GNU && defined __UCLIBC_HAS_XLOCALE__ |