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: 12/30/2001 04:24:10
Module Name:	basesrc
Committed By:	nathanw
Date:		Sun Dec 30 02:24:10 UTC 2001

Modified Files:
	basesrc/lib/libpthread [nathanw_sa]: pthread_types.h

Log Message:
Avoid including pthread_queue.h and thereby exposing the PTQ_* macros
to userland, by #defining a local _PTQ_HEAD, identical to PTQ_HEAD in
pthread_queue.h, and using {NULL, NULL} in place of
PTQ_HEAD_INITIALIZER.

Rename struct pt_queue_t to struct pthread_queue_t.
Rename pt_spin_t to pthread_spin_t.


To generate a diff of this commit:
cvs rdiff -r1.1.2.6 -r1.1.2.7 basesrc/lib/libpthread/pthread_types.h

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