Source-Changes archive

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

CVS commit: [nathanw_sa] basesrc/lib/libpthread



Module Name:    basesrc
Committed By:   nathanw
Date:           Wed Jan  2 18:32:03 UTC 2002

Modified Files:
        basesrc/lib/libpthread [nathanw_sa]: pthread_sa.c

Log Message:
Work around the fact that the sa_enable() syscall doesn't really
return from the kernel, but is continued by being jumped to from an
upcall, which can result in stuffing a bogus value into errno.

Fixes errno1 test on i386, and possibly elsewhere.


To generate a diff of this commit:
cvs rdiff -r1.1.2.14 -r1.1.2.15 basesrc/lib/libpthread/pthread_sa.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