Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 12/14/2004 00:23:20
Module Name:	src
Committed By:	nathanw
Date:		Tue Dec 14 00:23:20 UTC 2004

Modified Files:
	src/include: Makefile
	src/lib/libc/include: reentrant.h
Removed Files:
	src/include: threadlib.h

Log Message:
Nuke threadlib.h. Library defensive threading is now provided through the
normal pthread.h interface.
Move stubs for libc back into a libc-internal header.


To generate a diff of this commit:
cvs rdiff -r1.118 -r1.119 src/include/Makefile
cvs rdiff -r1.5 -r0 src/include/threadlib.h
cvs rdiff -r1.9 -r1.10 src/lib/libc/include/reentrant.h

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