From c98b577d40b31f6cab2344b49616b5680f72776d Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 17 Sep 2001 21:29:19 +0000 Subject: [PATCH] * include/io.h: Add access declaration. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/include/io.h | 1 + 2 files changed, 5 insertions(+) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 83d4a9bec..0ace10c9b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Mon Sep 17 17:29:25 2001 Christopher Faylor + + * include/io.h: Add access declaration. + Mon Sep 17 14:04:27 2001 Christopher Faylor * syscalls.cc (rmdir): Set cwd to some other location if attempting to diff --git a/winsup/cygwin/include/io.h b/winsup/cygwin/include/io.h index 36daab4a2..de9f39e0a 100644 --- a/winsup/cygwin/include/io.h +++ b/winsup/cygwin/include/io.h @@ -20,6 +20,7 @@ extern "C" { */ extern long get_osfhandle(int); extern int setmode (int __fd, int __mode); +int access(const char *__path, int __amode); #ifdef __cplusplus };