sys_errlist usage is depricated, so that some C libraries, i.e. their default configurations do not provide this facility any longer. strerror (http://pubs.opengroup.org/onlinepubs/009604499/functions/strerror.html) should be used instead.
Log in to post a comment.