]> Zhao Yanbai Git Server - minix.git/commit
Fixed a minor select bug:
authorThomas Veerman <thomas@minix3.org>
Tue, 14 Jul 2009 09:39:05 +0000 (09:39 +0000)
committerThomas Veerman <thomas@minix3.org>
Tue, 14 Jul 2009 09:39:05 +0000 (09:39 +0000)
commitce916bcb9179de68d1869b6f3484fb664ca70f67
tree7ce434a86de206d90fd10de8a1ebb567f5c45b15
parentb21beea985949bdf9acfe568235f1e3d7ffbd265
Fixed a minor select bug:
 - When one does a select on a file descriptor that is meaningless for that particular file type, select shall indicate that the file descriptor is ready for that particular operation and that the file descriptor has no exceptional condition pending.
servers/vfs/pipe.c