Avoid use of __errno_location
This function only exists on linux libc (and similar), and isn't
necessary. The recommended workaround is to use
io::Error::raw_os_error()
with io::Error::last_os_error()
.
Closes #2 (closed).
This function only exists on linux libc (and similar), and isn't
necessary. The recommended workaround is to use
io::Error::raw_os_error()
with io::Error::last_os_error()
.
Closes #2 (closed).