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 /winsup/cygwin/cygwin.din
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.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r--winsup/cygwin/cygwin.din1
1 files changed, 1 insertions, 0 deletions
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