From: Ulrich Drepper Date: Wed, 9 Nov 2005 19:36:12 +0000 (+0000) Subject: (__libc_check_standard_fds): Reverse modes so that common operations on X-Git-Tag: cvs/fedora-glibc-20051115T0809~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f1016c0df0dc9c548700619af7c33f882fc76ed;p=thirdparty%2Fglibc.git (__libc_check_standard_fds): Reverse modes so that common operations on --- diff --git a/ChangeLog b/ChangeLog index dedf6f2d299..dd89d6377b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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