summaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <cgf@redhat.com>2004-01-25 23:39:55 +0000
committerChristopher Faylor <cgf@redhat.com>2004-01-25 23:39:55 +0000
commit5a6652bc830305fe04587bf98cf2e4f110a10a1d (patch)
tree94e254c9b651d7d874ec4a8a2b34740152d9a87e /winsup/cygwin/ChangeLog
parent08f43572287ad5016ebbbaf46a69b51b61b83bdd (diff)
downloadgdb-5a6652bc830305fe04587bf98cf2e4f110a10a1d.tar.gz
* fhandler.cc (fhandler_base::fhaccess): Avoid always setting errno to EACCESS
when return value is < 0. Rely on errno being set properly.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 9289a4af6a0..26f3f92b414 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2004-01-25 Christopher Faylor <cgf@redhat.com>
+ * fhandler.cc (fhandler_base::fhaccess): Avoid always setting errno to
+ EACCESS when return value is < 0. Rely on errno being set properly.
+
+2004-01-25 Christopher Faylor <cgf@redhat.com>
+
* sigproc.cc (proc_subproc): Don't protect *child's* handle.
2004-01-24 Christopher Faylor <cgf@redhat.com>