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:
authorChristopher Faylor <me@cgf.cx>2003-07-25 20:13:12 +0400
committerChristopher Faylor <me@cgf.cx>2003-07-25 20:13:12 +0400
commit86ed5c882136cc35546638a2acc1c30aa5373fbd (patch)
treee23811228e490a7ea68f7db8b5b9eb2721bef2fb
parente222bf6748487542cc00129e42120724d46fb3c4 (diff)
* cygwin.din: Export _fdopen64
* Makefile.in (NEW_FUNCTIONS): Add _fdopen64 -> fdopen translation. * include/cygwin/version.h: Bump api minor number. * ntdll.h: Remove (now) duplicate FILE_SYNCHRONOUS_IO_NONALERT definition.
-rw-r--r--winsup/cygwin/ChangeLog9
-rw-r--r--winsup/cygwin/Makefile.in1
-rw-r--r--winsup/cygwin/cygwin.din1
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
-rw-r--r--winsup/cygwin/ntdll.h1
5 files changed, 13 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 822c8e6ef..ede4540f2 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,12 @@
+2003-07-25 Christopher Faylor <cgf@redhat.com>
+
+ * cygwin.din: Export _fdopen64
+ * Makefile.in (NEW_FUNCTIONS): Add _fdopen64 -> fdopen translation.
+ * include/cygwin/version.h: Bump api minor number.
+
+ * ntdll.h: Remove (now) duplicate FILE_SYNCHRONOUS_IO_NONALERT
+ definition.
+
2003-07-24 Christopher Faylor <cgf@redhat.com>
* environ.cc (check_case_init): Use strncasematch.
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 1de12bd4a..7abb53cdf 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -194,6 +194,7 @@ NEW_FUNCTIONS:=regcomp posix_regcomp \
chown _chown32 \
facl _facl32 \
fchown _fchown32 \
+ fdopen _fdopen64 \
fgetpos _fgetpos64 \
fopen _fopen64 \
freopen _freopen64 \
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index d0ffbb076..27a284c78 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -425,6 +425,7 @@ fdim
fdimf
fdopen
_fdopen = fdopen
+_fdopen64 = fdopen64
feof
_feof = feof
ferror
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 903787f06..af5e10e4c 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -209,12 +209,13 @@ details. */
87: Export vsyslog
88: Export _getreent
89: Export __mempcpy
+ 90: Export _fopen64
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 89
+#define CYGWIN_VERSION_API_MINOR 90
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible
diff --git a/winsup/cygwin/ntdll.h b/winsup/cygwin/ntdll.h
index 220cf3e82..45739bf38 100644
--- a/winsup/cygwin/ntdll.h
+++ b/winsup/cygwin/ntdll.h
@@ -9,7 +9,6 @@
details. */
#define STATUS_INFO_LENGTH_MISMATCH ((NTSTATUS) 0xc0000004)
-#define FILE_SYNCHRONOUS_IO_NONALERT 32
#define PDI_MODULES 0x01
#define PDI_HEAPS 0x04
#define LDRP_IMAGE_DLL 0x00000004