X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-posix_spawn3.c;h=af71068fe2fe26520c9a36294c0b1741ad0a9fc2;hb=ae5dae6fd1caa993e969b869e42820a119385cbc;hp=ec5d46826bd27c367491cd64a162f4143aa2b5f6;hpb=542406c922c11cea5a7fd3c7268e5be3e9c8928b;p=gnulib.git diff --git a/tests/test-posix_spawn3.c b/tests/test-posix_spawn3.c index ec5d46826..af71068fe 100644 --- a/tests/test-posix_spawn3.c +++ b/tests/test-posix_spawn3.c @@ -1,5 +1,5 @@ /* Test of posix_spawn() function. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -35,16 +35,6 @@ extern char **environ; -#ifndef STDIN_FILENO -# define STDIN_FILENO 0 -#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"