summaryrefslogtreecommitdiff
path: root/pthread/pt-setcancelstate.c
AgeCommit message (Collapse)Author
2009-08-23Fix pthread_setcancelstate/type crashSamuel Thibault
* pthread/pt-setcancelstate.c (pthread_setcancelstate): Check whether OLDSTATE is NULL before filling it. * pthread/pt-setcanceltype.c (pthread_setcanceltype): Likewise.
2002-10-10Import libpthread.Neal H. Walfield