Skip to content
Commit 69d8a597 authored by Alexander Larsson's avatar Alexander Larsson
Browse files

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.
parent 08ae6639
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment