Re: sys_errlist obsolete but replaced by what?

2008-01-05 Thread Mike Frysinger
On Thursday 08 November 2007, Hamish Moffatt wrote:
 The help text for the sys_errlist feature says that it is deprecated and
 may be removed in the future, but what is its replacement?

i guess not everyone is fluent in this stuff so i added a note in the help 
text to refer them to strerror(3) as Ned said
-mike


signature.asc
Description: This is a digitally signed message part.
___
uClibc mailing list
uClibc@uclibc.org
http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Re: sys_errlist obsolete but replaced by what?

2007-11-08 Thread Ned Ludd
On Fri, 2007-11-09 at 12:09 +1100, Hamish Moffatt wrote:
 The help text for the sys_errlist feature says that it is deprecated and
 may be removed in the future, but what is its replacement?

Use strerror(errno) vs str_errlist[errno];

STRERROR(3)

-- 
Ned Ludd solar/gentoo.org

___
uClibc mailing list
uClibc@uclibc.org
http://busybox.net/cgi-bin/mailman/listinfo/uclibc