diff options
author | Christopher Faylor <me@cgf.cx> | 2001-09-17 21:29:19 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-09-17 21:29:19 +0000 |
commit | c98b577d40b31f6cab2344b49616b5680f72776d (patch) | |
tree | 11cdeeb2ecd997f6d81dc967f5913ec9a0d655a4 /winsup | |
parent | 8238a68bb202ebf40dfa479a798d2a23ac92b40c (diff) | |
download | newlib-c98b577d40b31f6cab2344b49616b5680f72776d.zip newlib-c98b577d40b31f6cab2344b49616b5680f72776d.tar.gz newlib-c98b577d40b31f6cab2344b49616b5680f72776d.tar.bz2 |
* include/io.h: Add access declaration.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/include/io.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 83d4a9b..0ace10c 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Mon Sep 17 17:29:25 2001 Christopher Faylor <cgf@cygnus.com> + + * include/io.h: Add access declaration. + Mon Sep 17 14:04:27 2001 Christopher Faylor <cgf@cygnus.com> * 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 36daab4..de9f39e 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 }; |