From 69904585ae4942e9cbe25b6d79331a880cec01ce Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 5 Jan 2008 08:08:26 +0000 Subject: not everyone is a ninja: explicitly state that people should convert from sys_errlist[] to strerror() --- extra/Configs/Config.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3