]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix a subtle (?) bug in sched_do_syscall to with read/write calls for
authorJulian Seward <jseward@acm.org>
Mon, 29 Apr 2002 01:58:08 +0000 (01:58 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 29 Apr 2002 01:58:08 +0000 (01:58 +0000)
commitbf379fa8d7a30167663a5fb14cd40face5097ae6
treee3a59776dee99053e853a9e4d85b4223a968ceb9
parent26207e6d5a9560cf64ecbe4e53c360ab0ec219fb
Fix a subtle (?) bug in sched_do_syscall to with read/write calls for
which the client has already got the fd in nonblocking mode.  In such
cases, do not wait for an IO completion -- since the client presumably
handles that somehow.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@164
coregrind/vg_scheduler.c
vg_scheduler.c