]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commit
Do not call fcntl(, O_NONBLOCK) pointlessly.
authorIan Jackson <iwj@mariner.uk.xensource.com>
Fri, 18 Jul 2008 13:15:01 +0000 (14:15 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 18 Jul 2008 13:36:56 +0000 (14:36 +0100)
commitbcd75c00eef9506ba34474eaccd703b30942cc5e
treeb2f0caa1557f2009e8731fb383131c191e0cb7a0
parent1ee76ce4b6069ccb0ff90066c3cc95685c77122e
Do not call fcntl(, O_NONBLOCK) pointlessly.

It is silly to call fcntl(fd,F_SETFL,O_NONBLOCK) immediately after
opening the fd in nonblocking mode.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
vl.c