Skip to content

Conversation

@unix-junkie
Copy link

No description provided.

{
#ifndef WIN32
extern char *sys_errlist[];
extern const char *const sys_errlist[];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

per perror(3) direct access to sys_errlist is deprecated in favor of strerror(). It looks like there's only one site to change, if you had interest in doing that. If not, that's okay, too.

Thanks for submitting these fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants