summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/pthread_kill
AgeCommit message (Expand)AuthorFilesLines
2016-05-10In a signal handler use snprintf()+local buffer instead of asprintf+freeguenther1-6/+6
2003-07-31various cleanups; david says results are samederaadt1-3/+4
2003-06-19free memory allocated by asprintf; ok marcopvalchev1-1/+2
2002-10-23remove 0x in front of %p -- not neededmarc1-2/+2
2002-10-21Add test for pthread_kill. The test currently fails as threadmarc2-0/+87