Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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.




Home | Main Index | Thread Index | Old Index