From owner-cvs-lib Wed Jun 24 17:09:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03781 for cvs-lib-outgoing; Wed, 24 Jun 1998 17:09:26 -0700 (PDT) (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 RAA02870; Wed, 24 Jun 1998 17:04:39 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA00219; Wed, 24 Jun 1998 17:04:22 -0700 (PDT) Date: Wed, 24 Jun 1998 17:04:22 -0700 (PDT) Message-Id: <199806250004.RAA00219@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_join.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/06/24 17:04:21 PDT Modified files: lib/libc_r/uthread uthread_join.c Log: Add the missing {} that caused the function to return ESRCH if it had to wait for the thread to exit and if the caller didn't want the thread exit status. Revision Changes Path 1.6 +2 -1 src/lib/libc_r/uthread/uthread_join.c