Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/07/1996 05:20:02
jtc
Wed Nov  6 21:16:42 PST 1996
Update of /cvsroot/src/lib/libc/arch/m68k/sys
In directory netbsd1:/var/slash-tmp/cvs-serv16356

Modified Files:
	cerror.S 
Log Message:
Changed so that when __REENTRANT is defined, cerror calls __errno()
for the address of a variable used to store the error number instead
of writing to the global errno.  

In a multi-threaded program, __errno() will return a pointer to a
thread-specific variable.