Source-Changes archive

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

CVS commit: [netbsd-3] src/lib/libpthread



Module Name:    src
Committed By:   tron
Date:           Sat May 13 16:41:35 UTC 2006

Modified Files:
        src/lib/libpthread [netbsd-3]: pthread.c

Log Message:
Pull up following revision(s) (requested by drochner in ticket #1314):
        lib/libpthread/pthread.c: revision 1.48
There is no point in using the internal sigprocmask() to initialize
the process' signal mask -- this ends up in a no-op.
Use the system call directly instead.
(This might be done in pthread_sig.c, but for now I wanted a simple
patch which is easily tested and pulled up.)


To generate a diff of this commit:
cvs rdiff -r1.41.2.1 -r1.41.2.2 src/lib/libpthread/pthread.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