-
- Downloads
Don't touch errno in glnx_fd_close
We're ignoring the result from the close, but it can still affect errno, which is bad if you use this in functions that sets errno, because errno can unexpectedly change after you've set it.
Please register or sign in to comment