summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/pthread_kill
AgeCommit message (Expand)Author
2016-05-10In a signal handler use snprintf()+local buffer instead of asprintf+freePhilip Guenther
2003-07-31various cleanups; david says results are sameTheo de Raadt
2003-06-19free memory allocated by asprintf; ok marcoPeter Valchev
2002-10-23remove 0x in front of %p -- not neededMarco S Hyman
2002-10-21Add test for pthread_kill. The test currently fails as threadMarco S Hyman