diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-05 08:08:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-05 08:08:26 +0000 |
commit | 69904585ae4942e9cbe25b6d79331a880cec01ce (patch) | |
tree | 3343a5cbf9bda8da82e912851da5f5cd072e11c5 /extra | |
parent | a1e63e6f7d5ab3d79437f378cdb5adc1be6e41e0 (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.in | 2 |
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 |