summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/pthread_kill/pthread_kill.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In a signal handler use snprintf()+local buffer instead of asprintf+freeguenther2016-05-101-6/+6
* various cleanups; david says results are samederaadt2003-07-311-3/+4
* free memory allocated by asprintf; ok marcopvalchev2003-06-191-1/+2
* remove 0x in front of %p -- not neededmarc2002-10-231-2/+2
* Add test for pthread_kill. The test currently fails as threadmarc2002-10-211-0/+82