Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use an empty struct. | cognet | 2013-03-11 | 1 | -0/+1 |
| | |||||
* | Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename | stefanf | 2005-08-20 | 1 | -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 /*- | imp | 2005-01-05 | 1 | -1/+1 |
| | |||||
* | Remove the empty definition of struct osigcontext, as it will never be used. | cognet | 2004-09-23 | 1 | -3/+0 |
| | |||||
* | Don't declare osigset_t, as it is done in sys/_sigset.h. | cognet | 2004-05-04 | 1 | -1/+0 |
| | |||||
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
| | | | | | | per letter dated July 22, 1999. Approved by: core | ||||
* | Add standards visibility conditionals. Change any uses of sigset_t to | mike | 2002-10-13 | 1 | -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. | obrien | 2001-12-09 | 1 | -0/+58 |
So craft the proper versions of these and commit em. |