summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/unistd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved sleep() from psignal.c to unistd.cJoel Sherrill1996-05-311-0/+21
| | | | | | | implemented sigemptyset() sigfillset(), sigaddset(), sigdelset(), and sigismember(). added checks for valid attribute values to some of the pthread_attr_t sets.
* comment clean upJoel Sherrill1996-05-291-2/+1
|
* removed all ifdef's on NOT_IMPLEMENTED.Joel Sherrill1996-05-291-4/+0
|
* These files have been modified in the initial pass at getting the portionJoel Sherrill1996-05-221-0/+2
| | | | | | of the POSIX API necessary to support the GNAT runtime to initially compile. We now have verified that the specifications for the necessary routines are correct per the POSIX standards we have.
* fixed missing CVS IDsJoel Sherrill1995-10-061-0/+1
|
* posix support initially addedJoel Sherrill1995-09-261-0/+20