You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`man 3 strerror_r` says:
The XSI-compliant strerror_r() function returns 0 on success. On
error, a (positive) error number is returned (since glibc 2.13), or -1
is returned and errno is set to indicate the error (glibc versions
before 2.13).
0 commit comments