Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 01/21/2000 09:11:20
Module Name:	basesrc
Committed By:	mycroft
Date:		Fri Jan 21 17:11:20 UTC 2000

Modified Files:
	basesrc/include: errno.h

Log Message:
Do the pthread errno hack.  That is, *always* do:
#define errno (*__errno())
This is necessary to make non-threaded libraries (e.g. libX11) continue to
work correctly when linked with -lpthread.  glibc also does this.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/include/errno.h

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