Source-Changes archive

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

CVS commit: src/gnu/dist/toolchain/libio



Module Name:    src
Committed By:   jdolecek
Date:           Tue Jan 28 14:37:21 UTC 2003

Modified Files:
        src/gnu/dist/toolchain/libio: libioP.h

Log Message:
do NOT force definition of _POSIX_SOURCE, at least not on NetBSD,
especially when you follow using non-POSIX vfork()

defining _POSIX_SOURCE means "POSIX clean environment", which means
(besides other things) that we won't get proper definition of e.g.
vfork() and end up with the compatibility stub

my guess this forced define is yet another instance of working
around totally fucked glibc feature/prototype policy *sigh*


To generate a diff of this commit:
cvs rdiff -r1.1.1.2 -r1.2 src/gnu/dist/toolchain/libio/libioP.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