cvs commit: src/include pthread.h

Stefan Farfeleder stefanf at FreeBSD.org
Thu Sep 1 15:33:23 GMT 2005


stefanf     2005-09-01 15:33:22 UTC

  FreeBSD src repository

  Modified files:
    include              pthread.h 
  Log:
  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@
  
  Revision  Changes    Path
  1.39      +7 -7      src/include/pthread.h


More information about the cvs-src mailing list