Subject: re: CVS commit: src/lib/libpthread
To: None <nathanw@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 09/27/2003 12:18:11
Module Name: src
Committed By: nathanw
Date: Fri Sep 26 22:48:23 UTC 2003
Modified Files:
src/lib/libpthread: pthread_types.h
Log Message:
Don't include <machine/lock.h> anymore; instead, we now get
__cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED from <sys/types.h>.
Should prevent the massive namespace pollution by way of dragging in
many MD headers that has been observed to break stuff.
thank you very much!
.mrg.