(__libc_check_standard_fds): Reverse modes so that common operations on

This commit is contained in:
Ulrich Drepper 2005-11-09 19:36:12 +00:00
parent b0b6f8b0f3
commit 9f1016c0df
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* sysdeps/generic/check_fds.c (check_one_fd): For writable
descriptors, use /dev/full.
(__libc_check_standard_fds): Revert modes so that common operations on
(__libc_check_standard_fds): Reverse modes so that common operations on
the descriptors fail.
2005-11-07 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>