From owner-cvs-all Thu Dec 16 13:53:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F0AE915830; Thu, 16 Dec 1999 13:53:39 -0800 (PST) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA38766; Thu, 16 Dec 1999 13:53:39 -0800 (PST) (envelope-from jasone@FreeBSD.org) Message-Id: <199912162153.NAA38766@freefall.freebsd.org> From: Jason Evans Date: Thu, 16 Dec 1999 13:53:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include pthread.h src/sys/sys unistd.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jasone 1999/12/16 13:53:39 PST Modified files: include pthread.h sys/sys unistd.h Log: Move POSIX feature constants from pthread.h to unistd.h, as required by 1003.1c-1995. Undefine _POSIX_THREAD_SAFE_FUNCTIONS, since we do not implement all of the necessary interfaces. At least getgrgid_r(), getrnam_r(), getpwuid_r(), getpwnam_r(), getc_unlocked(), getchar_unlocked(), putc_unlocked(), and putchar_unlocked() are missing. Due to a likely typo in 1003.1c-1995, we are not technically allowed to define _POSIX_THREADS without defining _POSIX_THREAD_SAFE_FUNCTIONS, but either way we're non-compliant, so I'm leaving _POSIX_THREADS defined. PR: bin/8281 Revision Changes Path 1.16 +1 -18 src/include/pthread.h 1.21 +25 -1 src/sys/sys/unistd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message