summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/semaphore.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Now compiles and is included in normal build even though it is untested.Joel Sherrill1999-04-151-32/+36
| | | | Added multiprocessing conditional.
* changed code which set errno and then returned -1 to use the macroJoel Sherrill1996-06-071-8/+4
| | | | set_errno_and_return_minus_one.
* renamed _POSIX_Time_Spec_to_interval to _POSIX_Timespec_to_intervalJoel Sherrill1996-06-031-1/+1
|
* comment clean upJoel Sherrill1996-05-291-2/+1
|
* fixed missing CVS IDsJoel Sherrill1995-10-061-0/+1
|
* posix support initially addedJoel Sherrill1995-09-261-0/+575