summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/adasupp.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.
* Ada task stack size minimize is twice that for regular pthreads.Joel Sherrill1996-09-081-2/+2
|
* new file to support GNU Ada.Joel Sherrill1996-08-291-0/+28
currently the only routine in this file simply returns the minimum stack size for each thread.