Eric Blake wrote:
>> Meanwhile, I will be working on a gnulib patch that fixes
>> unistd.h to provide STD{IN,OUT,ERR}_FILENO (gnulib has several files that
>> do ad-hoc definition of these constants, but we might as well provide it
>> for free in our replacement header).
>
> I'm applying this:
>
>
Eric Blake byu.net> writes:
> > Meanwhile, I will be working on a gnulib patch that fixes
> > unistd.h to provide STD{IN,OUT,ERR}_FILENO (gnulib has several files that
> > do ad-hoc definition of these constants, but we might as well provide it
> > for free in our replacement header).
>
> I'm ap
endif
-#ifndef STDOUT_FILENO
-# define STDOUT_FILENO 1
-#endif
-#ifndef STDERR_FILENO
-# define STDERR_FILENO 2
-#endif
-
#define CHILD_PROGRAM_FILENAME "test-posix_spawn3"
#define DATA_FILENAME "t!#$%&'()*+,-;=...@[\\]^_`{|}~.tmp"
--
1.6.0.4
--
View this message
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[dropping bug-autoconf, now that you have managed to get past your shell
bug, and adding bug-gnulib for a defect in our replacement ]
According to Elbert_Gmail on 1/18/2009 3:27 AM:
> Meanwhile, since you obviously
> can't rename an in-use file, you c