Files
libguestfs/lib
Richard W.M. Jones 58d6becc8a Use gnulib set_nonblocking_flag function instead of fcntl.
The previous code:

  fcntl (fd, F_SETFL, O_NONBLOCK)

was technically incorrect, because it would have reset any
other flags on the file descriptor.

Thanks: Eric Blake
2017-03-06 10:52:35 +00:00
..
2017-02-27 12:16:07 +00:00
2017-02-15 14:44:13 +01:00