Searched hist:149692 (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/include/
H A Dpthread.hdiff 149692 Thu Sep 01 13:33:22 MDT 2005 stefanf Improve POSIX conformance:
- Don't pollute the namespace by including <sys/types.h>, <sys/time.h>,
<sys/signal.h> and <limits.h>. Use __MINSIGSTKSZ and __ULONG_MAX from
<machine/_limits.h>, __sigset_t from <sys/_sigset.h> instead.
- Include <time.h> because POSIX says we have to.

PTHREAD_{DESTRUCTOR_ITERATIONS,KEYS_MAX,STACK_MIN,THREADS_MAX} should
eventually move to <limits.h> but are left here for now.

Discussed on: standards@, threads@

Completed in 125 milliseconds