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:
Diffstat (limited to 'winsup/cygwin/fcntl.cc')
-rw-r--r--winsup/cygwin/fcntl.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/winsup/cygwin/fcntl.cc b/winsup/cygwin/fcntl.cc
index 437fcf128..2bc52edb0 100644
--- a/winsup/cygwin/fcntl.cc
+++ b/winsup/cygwin/fcntl.cc
@@ -17,7 +17,7 @@ details. */
#include "cygtls.h"
extern "C" int
-fcntl64 (int fd, int cmd, ...)
+fcntl (int fd, int cmd, ...)
{
int res = -1;
intptr_t arg = 0;
@@ -79,5 +79,4 @@ fcntl64 (int fd, int cmd, ...)
return res;
}
-EXPORT_ALIAS (fcntl64, fcntl)
-EXPORT_ALIAS (fcntl64, _fcntl)
+EXPORT_ALIAS (fcntl, _fcntl)