Subject: CVS commit: [nathanw_sa] basesrc/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 01/02/2002 20:32:04
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.