From owner-cvs-lib Fri Apr 11 15:38:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA26452 for cvs-lib-outgoing; Fri, 11 Apr 1997 15:38:25 -0700 (PDT) Received: (from jb@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA26445; Fri, 11 Apr 1997 15:38:24 -0700 (PDT) Date: Fri, 11 Apr 1997 15:38:24 -0700 (PDT) From: John Birrell Message-Id: <199704112238.PAA26445@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc_r/uthread uthread_cond.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 97/04/11 15:38:23 Modified: lib/libc_r/uthread uthread_cond.c Log: Set wakeup time in pthread_cond_wait() to `forever' (-1) to prevent calling thread from being rescheduled based on an unspecified wakeup time. Bug/fix pointed out by Alexandre Fenyo . Revision Changes Path 1.5 +41 -24 src/lib/libc_r/uthread/uthread_cond.c