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:
-rw-r--r--winsup/cygwin/fhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index a24c95b1b..7c3cf8103 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -3157,7 +3157,7 @@ public:
int __reg3 fsetxattr (const char *, const void *, size_t, int) NO_IMPL;
int __reg3 fadvise (off_t, off_t, int) NO_IMPL;
int __reg3 ftruncate (off_t, bool) NO_IMPL;
- int link (const char *) NO_IMPL;
+ int __reg2 link (const char *) NO_IMPL;
int mkdir (mode_t) NO_IMPL;
ssize_t __reg3 pread (void *, size_t, off_t, void *aio = NULL) NO_IMPL;
ssize_t __reg3 pwrite (void *, size_t, off_t, void *aio = NULL) NO_IMPL;