mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 04:55:52 +00:00
Enable the rt_sigqueueinfo syscall on amd64.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4178
This commit is contained in:
parent
f190fb38f7
commit
dea2bc96c6
@ -1255,7 +1255,7 @@ const SyscallTableEntry ML_(syscall_table)[] = {
|
||||
// (__NR_capset, sys_capset), // 126
|
||||
//zz GENXY(__NR_rt_sigpending, sys_rt_sigpending), // 127
|
||||
GENXY(__NR_rt_sigtimedwait, sys_rt_sigtimedwait),// 128
|
||||
//zz GENXY(__NR_rt_sigqueueinfo, sys_rt_sigqueueinfo),// 129
|
||||
GENXY(__NR_rt_sigqueueinfo, sys_rt_sigqueueinfo),// 129
|
||||
|
||||
GENX_(__NR_rt_sigsuspend, sys_rt_sigsuspend), // 130
|
||||
GENXY(__NR_sigaltstack, sys_sigaltstack), // 131
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user