summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/types.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-07-22Remove, moved to cpukit.Ralf Corsepius1-47/+0
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* configure.in: Add src/config.h * src/Makefile.am: Add INCLUDES += -I. to pickup config.h * src/.cvsignore: Add config.h and stamp-h * src/*.c: Add config.h support.
2000-08-302000-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* Many files: Moved posix/include/rtems/posix/seterr.h to score/include/rtems/seterr.h so it would be available within all APIs.
1999-11-02Split types.s into individual files.Joel Sherrill1-171/+2
1997-03-08Removed getpid from this file and made it its own file. This lets itJoel Sherrill1-10/+0
get replaced as required.
1996-06-07changed code which set errno and then returned -1 to use the macroJoel Sherrill1-4/+3
set_errno_and_return_minus_one.
1996-06-04added interpretation of scheduling policy and parameter information toJoel Sherrill1-13/+38
pthread_create initial implementation of get/set id routines better argument checking on scheduler functions.
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