summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/key.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Split key.c into multiple files.Joel Sherrill1999-11-021-225/+0
|
* merged remote object id and invalid id error cases.Joel Sherrill1996-08-091-6/+3
|
* pthread_getspecific: use local variable so references to tcb are completedJoel Sherrill1996-08-061-1/+6
| | | | before enabling dispatching
* key destructor is now run at correct point in pthread_exit() sequence andJoel Sherrill1996-06-071-2/+2
| | | | | | | | should be correct for other apis as well. missing page numbers added on some references. initial attempt at sig_procmask() and pthread_sigmask().
* comment clean upJoel Sherrill1996-05-291-2/+1
|
* These files have been modified in the initial pass at getting the portionJoel Sherrill1996-05-221-0/+1
| | | | | | 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/+259