From owner-cvs-lib Fri Feb 6 15:44:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23581 for cvs-lib-outgoing; Fri, 6 Feb 1998 15:44:30 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23536; Fri, 6 Feb 1998 15:44:11 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA19335; Fri, 6 Feb 1998 15:43:18 -0800 (PST) Date: Fri, 6 Feb 1998 15:43:18 -0800 (PST) Message-Id: <199802062343.PAA19335@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_cond.c uthread_condattr_destroy.c uthread_condattr_init.c uthread_join.c uthread_mattr_init.c uthread_mutex.c uthread_mutexattr_destroy.c uthread_spec.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/02/06 15:43:18 PST Modified files: (Branch: RELENG_2_2) lib/libc_r/uthread uthread_cond.c uthread_condattr_destroy.c uthread_condattr_init.c uthread_join.c uthread_mattr_init.c uthread_mutex.c uthread_mutexattr_destroy.c uthread_spec.c Log: MFC: change the return values to those specified in posix and presently imlemented that way in -current. Revision Changes Path 1.3.2.3 +13 -26 src/lib/libc_r/uthread/uthread_cond.c 1.1.2.2 +1 -2 src/lib/libc_r/uthread/uthread_condattr_destroy.c 1.1.2.2 +1 -2 src/lib/libc_r/uthread/uthread_condattr_init.c 1.1.2.2 +3 -6 src/lib/libc_r/uthread/uthread_join.c 1.1.2.2 +1 -2 src/lib/libc_r/uthread/uthread_mattr_init.c 1.2.2.2 +16 -32 src/lib/libc_r/uthread/uthread_mutex.c 1.1.2.2 +1 -2 src/lib/libc_r/uthread/uthread_mutexattr_destroy.c 1.2.2.2 +0 -1 src/lib/libc_r/uthread/uthread_spec.c