]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix MacOS passsigalrm.c compilation error due to SIGRTMIN not existing on MacOS
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 29 May 2012 17:04:13 +0000 (17:04 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 29 May 2012 17:04:13 +0000 (17:04 +0000)
commit95a346248f8d97744d3f3b2ad99cb35da8339877
treebff9d04c05c4bfe3f88c9a634135376198bedd7c
parentabadfaacdc46e25bc6866966aa1b94e15e2713bc
Fix MacOS passsigalrm.c compilation error due to SIGRTMIN not existing on MacOS
The test will very probably fail on MacOS (as gdb output will contain SIGUSR1
rather than signal SIGRTMIN, but at least it should compile).
(not tested on MacOS; just tested that it still works on linux)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12594
gdbserver_tests/nlpasssigalrm.stdinB.gdb
gdbserver_tests/nlpasssigalrm.stdoutB.exp
gdbserver_tests/passsigalrm.c