Date: Thu, 1 Sep 2005 15:33:22 +0000 (UTC) From: Stefan Farfeleder <stefanf@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include pthread.h Message-ID: <200509011533.j81FXM0b020620@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509011533.j81FXM0b020620>