Subject: Re: CVS commit: src/lib/libpthread
To: None <lha@netbsd.org>
From: IWAMOTO Toshihiro <toshii@netbsd.org>
List: source-changes
Date: 03/01/2003 12:34:01
Thanks, this fixed PR 20519.
BTW, the declaration of pthread__started should be in some internal
header file, rather than putting a declaration in each file?
There are several pthread__* global vars in libpthread, but none of
them seems to be in any header file.
> Module Name: src
> Committed By: lha
> Date: Fri Feb 28 17:30:08 UTC 2003
>
> Modified Files:
> src/lib/libpthread: pthread_sig.c
>
> Log Message:
> If pthreads hasn't started yet when calling sigsuspend, use the systemcall
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.9 -r1.10 src/lib/libpthread/pthread_sig.c
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>