From: Tom Hughes Date: Mon, 28 Mar 2005 23:25:58 +0000 (+0000) Subject: The open system call has a post handler. X-Git-Tag: svn/VALGRIND_3_0_0~849 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a192a048fcb4d7bb74e98fef1dc8da0db119696;p=thirdparty%2Fvalgrind.git The open system call has a post handler. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3469 --- diff --git a/coregrind/amd64-linux/syscalls.c b/coregrind/amd64-linux/syscalls.c index 8ed40d0937..af89a583eb 100644 --- a/coregrind/amd64-linux/syscalls.c +++ b/coregrind/amd64-linux/syscalls.c @@ -1127,7 +1127,7 @@ POST(sys_shmctl) const struct SyscallTableEntry VGA_(syscall_table)[] = { GENXY(__NR_read, sys_read), // 0 GENX_(__NR_write, sys_write), // 1 - GENX_(__NR_open, sys_open), // 2 + GENXY(__NR_open, sys_open), // 2 GENXY(__NR_close, sys_close), // 3 GENXY(__NR_stat, sys_newstat), // 4