sys_errlist obsolete but replaced by what?

Ned Ludd solar at gentoo.org
Fri Nov 9 05:59:43 UTC 2007


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>




More information about the uClibc mailing list