]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Regression test for bug where pthread_kill will deliver a signal to a
authorJulian Seward <jseward@acm.org>
Wed, 18 Sep 2002 15:27:54 +0000 (15:27 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 18 Sep 2002 15:27:54 +0000 (15:27 +0000)
commit5d855b0b62a9925bcc0dde81ed3e9ef41edc86c0
tree4d05118d896c37e5d81a7647954d6c3bf71de9e3
parentb2151ac60781785762326963e9b4c747688cac69
Regression test for bug where pthread_kill will deliver a signal to a
thread even though that thread has the signal blocked.

MERGE TO ERASER

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_1_0_BRANCH@1076
tests/Makefile.am
tests/pth_blockedsig.c [new file with mode: 0644]