Source-Changes archive

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

CVS commit: basesrc



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.




Home | Main Index | Thread Index | Old Index