Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/lib/libpthread



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.
> 



Home | Main Index | Thread Index | Old Index