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>2001-09-18 01:29:19 +0400
committerChristopher Faylor <me@cgf.cx>2001-09-18 01:29:19 +0400
commitc98b577d40b31f6cab2344b49616b5680f72776d (patch)
tree11cdeeb2ecd997f6d81dc967f5913ec9a0d655a4 /winsup/cygwin/include/io.h
parent8238a68bb202ebf40dfa479a798d2a23ac92b40c (diff)
* include/io.h: Add access declaration.
Diffstat (limited to 'winsup/cygwin/include/io.h')
-rw-r--r--winsup/cygwin/include/io.h1
1 files changed, 1 insertions, 0 deletions
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
};