stefanf 2119fbd2ff 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@
2005-09-01 15:33:22 +00:00
..
2003-02-13 17:47:44 +00:00
2003-04-07 12:55:00 +00:00
2004-02-24 08:09:20 +00:00
2005-09-01 15:33:22 +00:00
2004-06-20 10:01:30 +00:00
2005-01-03 02:56:15 +00:00
2004-06-30 13:55:08 +00:00