server: Fix the handling of the signaled status for file descriptors.
authorAlexandre Julliard <julliard@winehq.org>
Wed, 4 Apr 2007 17:39:29 +0000 (19:39 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 4 Apr 2007 17:39:29 +0000 (19:39 +0200)
commitba896e75d7fce68e5183007b65eae7e35490ccd4
treeb9d42272df49797ba7cf811c567b63ba171f27c3
parent072698c9539f5420f0996a3c03ea5f379786578e
server: Fix the handling of the signaled status for file descriptors.

File handles are signaled when an I/O operation completes, and reset
when another operation is queued.
server/async.c
server/fd.c
server/file.c
server/file.h
server/mailslot.c
server/named_pipe.c
server/serial.c