summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/types.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove, moved to cpukit.Ralf Corsepius2002-07-221-47/+0
|
* 2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-241-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-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-08-301-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.
* Split types.s into individual files.Joel Sherrill1999-11-021-171/+2
|
* Removed getpid from this file and made it its own file. This lets itJoel Sherrill1997-03-081-10/+0
| | | | get replaced as required.
* changed code which set errno and then returned -1 to use the macroJoel Sherrill1996-06-071-4/+3
| | | | set_errno_and_return_minus_one.
* added interpretation of scheduling policy and parameter information toJoel Sherrill1996-06-041-13/+38
| | | | | | | | pthread_create initial implementation of get/set id routines better argument checking on scheduler functions.
* added checks to validate values passed to set attribute routinesJoel Sherrill1996-05-311-1/+2
|
* comment clean upJoel Sherrill1996-05-291-2/+1
|
* types.c: spacingJoel Sherrill1996-05-291-28/+29
| | | | | psignal.c: kill recognizes SIGABRT and exits to prevent asserts from recursively occurring because kill was not implemented and asserted.
* removed all ifdef's on NOT_IMPLEMENTED.Joel Sherrill1996-05-291-7/+9
|
* renamed signal.c to psignal.c to avoid naming problems.Joel Sherrill1996-05-291-0/+25
| | | | | | added mp stubs to cond.c and mutex.c to eliminate link errors. added pthread_exit to pthread.c
* 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/+167