* 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.
This commit is contained in:
Christopher Faylor
2003-07-25 16:13:12 +00:00
parent e222bf6748
commit 86ed5c8821
5 changed files with 13 additions and 2 deletions

View File

@@ -425,6 +425,7 @@ fdim
fdimf
fdopen
_fdopen = fdopen
_fdopen64 = fdopen64
feof
_feof = feof
ferror