summaryrefslogtreecommitdiff
path: root/lib/librthread/rthread_sig.c
AgeCommit message (Expand)Author
2008-10-03Make sigwait() work correctly. In particular, it'll work when thePhilip Guenthe
2008-04-24Return the proper values upon failure per POSIX for pthread_sigmask(3) andKurt Miller
2005-12-30prototype all the thread syscalls in rthread.h for now.Ted Unangst
2005-12-19this file didn't exist in 2004, so copyright must be 2005Ted Unangst
2005-12-13update thrsleep and thrwakeup - first arg changed from long to void *Ted Unangst
2005-12-03add userland thread library. incomplete, but functionalTed Unangst