]> sourceware.org Git - newlib-cygwin.git/commitdiff
* fcntl.cc (fcntl): Define as export alias for fcntl64 on x86_64.
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 26 Apr 2013 18:20:17 +0000 (18:20 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 26 Apr 2013 18:20:17 +0000 (18:20 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/fcntl.cc
winsup/cygwin/release/1.7.19

index ef53a2f420093fb25b68ff5800d319fddc6531a1..72b66c5d514c43fa759ed1bcdd3b1a8db5feb32d 100644 (file)
@@ -1,3 +1,7 @@
+2013-04-26  Corinna Vinschen  <corinna@vinschen.de>
+
+       * fcntl.cc (fcntl): Define as export alias for fcntl64 on x86_64.
+
 2013-04-24  Corinna Vinschen  <corinna@vinschen.de>
 
        * autoload.cc (CreateSymbolicLink): Define.
index 7fc6e83e22cbac63057c19dbad469fbfe2845d47..f2c2acc2526880dbdbafd5da904a228816997fb0 100644 (file)
@@ -89,6 +89,7 @@ done:
 }
 
 #ifdef __x86_64__
+EXPORT_ALIAS (fcntl64, fcntl)
 EXPORT_ALIAS (fcntl64, _fcntl)
 #else
 extern "C" int
index b3492e71efe51703c56b9458a51a207098610f97..7e6779772abaf8e713fea87a79d60f64d188652e 100644 (file)
@@ -5,6 +5,10 @@ What's new:
 
 - Add support for building a 64 bit version of Cygwin on x86_64 natively.
 
+- Add support for creating native symlinks (CYGWIN=winsymlinks:native)
+
+- Add support for the AFS filesystem.
+
 Bug fixes:
 ----------
 
This page took 0.03481 seconds and 5 git commands to generate.