From owner-cvs-all Mon Jul 26 20:29: 5 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 DD11714E97; Mon, 26 Jul 1999 20:29:03 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA58668; Mon, 26 Jul 1999 20:29:03 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Message-Id: <199907270329.UAA58668@freefall.freebsd.org> From: Daniel Eischen Date: Mon, 26 Jul 1999 20:29:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include pthread.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk deischen 1999/07/26 20:29:03 PDT Modified files: include pthread.h Log: Hide pthread cancellation routines behind #ifdef NOT_YET. They are not currently supported. Also corrected the declaration for pthread_testcancel which incorrectly returned int when POSIX and SUSv2 both say it should be void. Submitted by: Ralf S. Engelschall Reviewed by: John Birrell Revision Changes Path 1.12 +7 -3 src/include/pthread.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message