aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-09 19:36:12 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-09 19:36:12 +0000
commit9f1016c0df0dc9c548700619af7c33f882fc76ed (patch)
tree3d0cbae29115fd06e61a4bff7036a7a92c7ac0a9
parentb0b6f8b0f3950ac46919b9daf426cb068d678884 (diff)
downloadglibc-9f1016c0df0dc9c548700619af7c33f882fc76ed.zip
glibc-9f1016c0df0dc9c548700619af7c33f882fc76ed.tar.gz
glibc-9f1016c0df0dc9c548700619af7c33f882fc76ed.tar.bz2
(__libc_check_standard_fds): Reverse modes so that common operations on
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dedf6f2..dd89d63 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 <inaoka.kazuhiro@renesas.com>