mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 04:38:00 +00:00
Compiles again -- added trailing comma's that were missing from r10907.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10919
This commit is contained in:
parent
cc253fdd8f
commit
c8d8e1fd86
@ -1868,7 +1868,7 @@ const SyscallTableEntry ML_(syscall_table)[] = {
|
||||
// (__NR_dup3, sys_ni_syscall) // 316
|
||||
LINXY(__NR_pipe2, sys_pipe2), // 317
|
||||
LINXY(__NR_inotify_init1, sys_inotify_init1), // 318
|
||||
LINXY(__NR_perf_counter_open, sys_perf_counter_open) // 319
|
||||
LINXY(__NR_perf_counter_open, sys_perf_counter_open),// 319
|
||||
LINXY(__NR_preadv, sys_preadv), // 320
|
||||
LINX_(__NR_pwritev, sys_pwritev), // 321
|
||||
// (__NR_rt_tgsigqueueinfo, sys_ni_syscall) // 322
|
||||
|
||||
@ -1508,7 +1508,7 @@ const SyscallTableEntry ML_(syscall_table)[] = {
|
||||
// (__NR_dup3, sys_ni_syscall) // 316
|
||||
LINXY(__NR_pipe2, sys_pipe2), // 317
|
||||
LINXY(__NR_inotify_init1, sys_inotify_init1), // 318
|
||||
LINXY(__NR_perf_counter_open, sys_perf_counter_open) // 319
|
||||
LINXY(__NR_perf_counter_open, sys_perf_counter_open),// 319
|
||||
LINXY(__NR_preadv, sys_preadv), // 320
|
||||
LINX_(__NR_pwritev, sys_pwritev), // 321
|
||||
// (__NR_rt_tgsigqueueinfo, sys_ni_syscall) // 322
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user