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: 09/04/2002 22:54:49
Module Name:	basesrc
Committed By:	nathanw
Date:		Wed Sep  4 19:54:49 UTC 2002

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

Log Message:
Use mprotect(PROT_NONE) instead of munmap() to mark the thread stack
red zone.

Problem pointed out by Joel Schopp.


To generate a diff of this commit:
cvs rdiff -r1.1.2.4 -r1.1.2.5 basesrc/lib/libpthread/pthread_stack.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.