]> Zhao Yanbai Git Server - minix.git/commit
VFS: convert EINTR to EAGAIN for nonblocking I/O 01/2801/1
authorDavid van Moolenbroek <david@minix3.org>
Sun, 31 Aug 2014 17:12:45 +0000 (17:12 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sun, 31 Aug 2014 17:29:47 +0000 (17:29 +0000)
commitd3434cb55bd7039b96a8a55c00522b3283866626
tree79c66ed6a1e674e74daf7bb008fd172d3d7c3a9d
parent55f2063ed01a622c88f015b254083825c15157ab
VFS: convert EINTR to EAGAIN for nonblocking I/O

The conversion was never properly implemented for asynchronous
character drivers, and got lost during the removal of the
synchronous character protocol.

Change-Id: Ib858806859aa7a52d6b391d4c6c521a2be361fdd
minix/servers/vfs/device.c