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:
authorCorinna Vinschen <corinna@vinschen.de>2013-04-26 22:20:17 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-04-26 22:20:17 +0400
commit151f737ab0ba2f238afa7d2fb1a58aac5df5cddf (patch)
treec1815ba8f5b3c6a4f80ff31157fe392ce92731eb /winsup/cygwin/fcntl.cc
parent7881a70fad739dffb32ca51c10f9501d37172452 (diff)
* fcntl.cc (fcntl): Define as export alias for fcntl64 on x86_64.
Diffstat (limited to 'winsup/cygwin/fcntl.cc')
-rw-r--r--winsup/cygwin/fcntl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/fcntl.cc b/winsup/cygwin/fcntl.cc
index 7fc6e83e2..f2c2acc25 100644
--- a/winsup/cygwin/fcntl.cc
+++ b/winsup/cygwin/fcntl.cc
@@ -89,6 +89,7 @@ done:
}
#ifdef __x86_64__
+EXPORT_ALIAS (fcntl64, fcntl)
EXPORT_ALIAS (fcntl64, _fcntl)
#else
extern "C" int