aboutsummaryrefslogtreecommitdiffstats
path: root/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h4
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)