]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix Valgrind does not support pthread_sigmask() on OS X
authorRhys Kidd <rhyskidd@gmail.com>
Sun, 12 Jul 2015 06:54:56 +0000 (06:54 +0000)
committerRhys Kidd <rhyskidd@gmail.com>
Sun, 12 Jul 2015 06:54:56 +0000 (06:54 +0000)
commit042441c57f68a204b9bb3f3c9295c56c7f73dc96
treeff3c56ccc032f23e711073d6af0d6a3de82519e6
parent68e854afe3f660c10aac4f2fb2f8ff385129cee3
Fix Valgrind does not support pthread_sigmask() on OS X
bz#201216

On OS X 10.10

Before:

== 592 tests, 220 stderr failures, 15 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

After:

== 592 tests, 219 stderr failures, 15 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15410
NEWS
coregrind/m_syswrap/syscall-x86-darwin.S
coregrind/m_syswrap/syswrap-darwin.c
memcheck/tests/darwin/scalar.c
memcheck/tests/darwin/scalar.stderr.exp