summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/types.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1996-05-31added checks to validate values passed to set attribute routinesJoel Sherrill1-1/+2
1996-05-29comment clean upJoel Sherrill1-2/+1
1996-05-29types.c: spacingJoel Sherrill1-28/+29
psignal.c: kill recognizes SIGABRT and exits to prevent asserts from recursively occurring because kill was not implemented and asserted.
1996-05-29removed all ifdef's on NOT_IMPLEMENTED.Joel Sherrill1-7/+9
1996-05-29renamed signal.c to psignal.c to avoid naming problems.Joel Sherrill1-0/+25
added mp stubs to cond.c and mutex.c to eliminate link errors. added pthread_exit to pthread.c
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill1-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.
1995-10-06fixed missing CVS IDsJoel Sherrill1-0/+1
1995-09-26posix support initially addedJoel Sherrill1-0/+167