summaryrefslogtreecommitdiff
path: root/modules/unistd-safer
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-01-19 09:27:47 -0700
committerEric Blake <ebb9@byu.net>2009-01-19 09:27:47 -0700
commitae5dae6fd1caa993e969b869e42820a119385cbc (patch)
tree1be0adbea746a7bef41133e9d81b06c96fe9f734 /modules/unistd-safer
parent542406c922c11cea5a7fd3c7268e5be3e9c8928b (diff)
downloadgnulib-ae5dae6fd1caa993e969b869e42820a119385cbc.tar.gz
unistd: guarantee STDIN_FILENO here, for OS/2 EMX
* lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Guarantee a definition. * doc/posix-headers/unistd.texi (unistd.h): Document the bug. * modules/unistd-safer (Depends-on): Add dependency on unistd. * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>. * lib/dup-safer.c (STDERR_FILENO): Likewise. * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Likewise. * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise. * lib/fopen-safer.c (STDERR_FILENO): Likewise. * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Likewise. * lib/tmpfile-safer.c (STDERR_FILENO): Likewise. * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO) (STDERR_FILENO): Likewise. * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO) (STDERR_FILENO): Likewise. * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO) (STDERR_FILENO): Likewise. Reported by Elbert Pol. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/unistd-safer')
-rw-r--r--modules/unistd-safer1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/unistd-safer b/modules/unistd-safer
index 4f167e4b24..86e23abe03 100644
--- a/modules/unistd-safer
+++ b/modules/unistd-safer
@@ -10,6 +10,7 @@ lib/unistd-safer.h
m4/unistd-safer.m4
Depends-on:
+unistd
configure.ac:
gl_UNISTD_SAFER