OSDN Git Service

* include/io.h: Add access declaration.
authorcgf <cgf>
Mon, 17 Sep 2001 21:29:19 +0000 (21:29 +0000)
committercgf <cgf>
Mon, 17 Sep 2001 21:29:19 +0000 (21:29 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/io.h

index 83d4a9b..0ace10c 100644 (file)
@@ -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
index 36daab4..de9f39e 100644 (file)
@@ -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
 };