]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Modified the fcntl system call so that only those reason codes which
authorTom Hughes <tom@compton.nu>
Thu, 29 Jul 2004 21:20:11 +0000 (21:20 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 29 Jul 2004 21:20:11 +0000 (21:20 +0000)
commit1afbb3fc45135a6774643b4f533dead2e455b5b5
treed2ea8892e468f540a68238d54dbe736e22ec2722
parentb5f08d077fce070e9c75ebbb199b6a0fa56e0d0e
Modified the fcntl system call so that only those reason codes which
can block (ie F_SETLKW) are treated as blocking.

This resolves the F_SETOWN problem described in bug #85969.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2535
coregrind/vg_syscalls.c
include/vg_kerneliface.h
none/tests/.cvsignore
none/tests/Makefile.am
none/tests/fcntl_setown.c [new file with mode: 0644]
none/tests/fcntl_setown.stderr.exp [new file with mode: 0644]
none/tests/fcntl_setown.stdout.exp [new file with mode: 0644]
none/tests/fcntl_setown.vgtest [new file with mode: 0644]