summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/signal.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't use an empty struct.cognet2013-03-111-0/+1
|
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-201-4/+0
| | | | | | | | | | it to __MINSIGSTKSZ. Define MINSIGSTKSZ in <sys/signal.h>. This is done in order to use MINSIGSTKSZ for the macro PTHREAD_STACK_MIN in <pthread.h> (soon <limits.h>) without having to include the whole <sys/signal.h> header. Discussed with: bde
* Start all license statements with /*-imp2005-01-051-1/+1
|
* Remove the empty definition of struct osigcontext, as it will never be used.cognet2004-09-231-3/+0
|
* Don't declare osigset_t, as it is done in sys/_sigset.h.cognet2004-05-041-1/+0
|
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
| | | | | | per letter dated July 22, 1999. Approved by: core
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-131-3/+6
| | | | struct __sigset to avoid depending on objects from <sys/signal.h>.
* We need machine/{signal,ucontext}.h to build a cross GCC compiler.obrien2001-12-091-0/+58
So craft the proper versions of these and commit em.
OpenPOWER on IntegriCloud