Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-01-24 23:34:27 +0300
committerChristopher Faylor <me@cgf.cx>2004-01-24 23:34:27 +0300
commit9157f0f3ec8d3046603b325b6bd8b43d1b62d13a (patch)
treeb9784b32688a4ba3b230be8f26bfab004cdc0ea7 /winsup/cygwin/ChangeLog
parentd5f60b41f43da8a982a1789c78c1dbc4ede190c3 (diff)
* fhandler.h (fhandler_base::fhaccess): Return int for compatibility with
access. * fhandler.cc (fhandler_base::fhaccess): Return int. Use consistent variable name for exit value. Exit at bottom, printing debugging information, like other cygwin functions.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 09c20baa9..a5e5b25a2 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,11 @@
+2004-01-24 Christopher Faylor <cgf@redhat.com>
+
+ * fhandler.h (fhandler_base::fhaccess): Return int for compatibility
+ with access.
+ * fhandler.cc (fhandler_base::fhaccess): Return int. Use consistent
+ variable name for exit value. Exit at bottom, printing debugging
+ information, like other cygwin functions.
+
2004-01-23 Christopher Faylor <cgf@redhat.com>
* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.