Searched hist:149337 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dsignal.hdiff 149337 Sat Aug 20 14:44:41 MDT 2005 stefanf Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename
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

Completed in 72 milliseconds