diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-09-02 20:49:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-09-02 20:49:08 +0200 |
commit | f9e52c4acbd8f53da1b083770c6aab9c67cb0368 (patch) | |
tree | 755cb04726fbf6f44b42d94844fd78be6940dd7c /include/string.h | |
parent | add memcasecmp and wmemcasecmp (diff) | |
download | slibc-f9e52c4acbd8f53da1b083770c6aab9c67cb0368.tar.gz slibc-f9e52c4acbd8f53da1b083770c6aab9c67cb0368.tar.bz2 slibc-f9e52c4acbd8f53da1b083770c6aab9c67cb0368.tar.xz |
misc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | include/string.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/string.h b/include/string.h index d1eedd0..03c6acd 100644 --- a/include/string.h +++ b/include/string.h @@ -73,10 +73,8 @@ char* strerror(int) * `LC_GLOBAL_LOCALE`, lest the behaviour is undefined. * @return A description of the error. */ -/* TODO strerror_l char* strerror_l(int, locale_t) - __GCC_ONLY(__attribute__((warn_unused_result))); -*/ + __GCC_ONLY(__attribute__((warn_unused_result))); /* TODO attributes */ #if !defined(__PORTABLE) |