summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-05 08:08:26 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-05 08:08:26 +0000
commit69904585ae4942e9cbe25b6d79331a880cec01ce (patch)
tree3343a5cbf9bda8da82e912851da5f5cd072e11c5 /extra
parenta1e63e6f7d5ab3d79437f378cdb5adc1be6e41e0 (diff)
not everyone is a ninja: explicitly state that people should convert from sys_errlist[] to strerror()
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index eb5bf15f2..ec4cb4bdc 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1115,6 +1115,8 @@ config UCLIBC_HAS_SYS_ERRLIST
Most people will answer N.
+ Application writers: use the strerror(3) function.
+
config UCLIBC_HAS_SIGNUM_MESSAGES
bool "Include the signum message text in the library"
default y