The open system call has a post handler.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3469
This commit is contained in:
Tom Hughes
2005-03-28 23:25:58 +00:00
parent acdb4b9b02
commit 2a192a048f

View File

@@ -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