Subject: CVS commit: src/include
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/19/2003 21:24:40
Module Name:	src
Committed By:	thorpej
Date:		Sun Jan 19 19:24:39 UTC 2003

Modified Files:
	src/include: Makefile
Added Files:
	src/include: threadlib.h

Log Message:
Expose libc's thread stubs, which get magically turned into real pthread
calls when the pthread library is linked in.  Simplifies making other
libraries (such as X's) thread-safe.


To generate a diff of this commit:
cvs rdiff -r1.106 -r1.107 src/include/Makefile
cvs rdiff -r0 -r1.1 src/include/threadlib.h

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