From owner-cvs-lib Sun Nov 23 15:00:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA08674 for cvs-lib-outgoing; Sun, 23 Nov 1997 15:00:55 -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.7/8.8.7) with ESMTP id OAA08463; Sun, 23 Nov 1997 14:59:07 -0800 (PST) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA28602; Sun, 23 Nov 1997 14:58:31 -0800 (PST) Date: Sun, 23 Nov 1997 14:58:31 -0800 (PST) Message-Id: <199711232258.OAA28602@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 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1997/11/23 14:58:30 PST Modified files: lib/libc_r/uthread uthread_cond.c Log: Correct the return value from pthread_cond_timedwait when a timeout occurs (was EAGAIN, is now ETIMEDOUT). Submitted by: Daniel M. Eischen Revision Changes Path 1.6 +1 -1 src/lib/libc_r/uthread/uthread_cond.c