Date: Fri, 20 Sep 2002 19:19:04 -0700 (PDT) From: Garrett Wollman <wollman@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys _posix.h syslimits.h unistd.h Message-ID: <200209210219.g8L2J4KG087625@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wollman 2002/09/20 19:19:04 PDT Modified files: sys/sys _posix.h syslimits.h unistd.h Log: Claim to be 1003.1-2001. We're not quite, yet, but that's a more useful target than any pre-C99 POSIX (which we could never have conformed to under our ia32 ABI). Document why HOST_NAME_MAX (and hopefully other similar constants in the future) is not defined. Define in <sys/unistd.h> all 1003.1-2001 option and option group constants which did not meet the standard for inclusion in <unistd.h>. Delete from <sys/unistd.h> all sysconf(3) constants and those option constants which were moved to <unistd.h>. pathconf(3) keys remain here as pathconf() is implemented directly as a system call. Add a comment noting brokenness in some .1e additions here. Fix whitespace in definition of constants for rfork(). (5 of 5) Revision Changes Path 1.7 +1 -7 src/sys/sys/_posix.h 1.11 +8 -1 src/sys/sys/syslimits.h 1.33 +79 -144 src/sys/sys/unistd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209210219.g8L2J4KG087625>