Subject: CVS commit: src/gnu/dist/toolchain/libio
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 01/28/2003 16:37:22
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
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.