mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
the old style sigprocmask system call correctly without corrupting memory when we copy out the new (larger) signal mask into the user provided old (smaller) signal mask. It therefore makes no sense to run it on amd64 or any other platform which only has the newer rt_sigprocmask system call, and indeed it wasn't working because we weren't passing the extra argument which that call expects. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4990
2 lines
48 B
Plaintext
2 lines
48 B
Plaintext
__NR_sigprocmask not supported on this platform
|