diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-25 16:13:12 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-25 16:13:12 +0000 |
commit | 86ed5c882136cc35546638a2acc1c30aa5373fbd (patch) | |
tree | e23811228e490a7ea68f7db8b5b9eb2721bef2fb /winsup/cygwin/Makefile.in | |
parent | e222bf6748487542cc00129e42120724d46fb3c4 (diff) | |
download | cygnal-86ed5c882136cc35546638a2acc1c30aa5373fbd.tar.gz cygnal-86ed5c882136cc35546638a2acc1c30aa5373fbd.tar.bz2 cygnal-86ed5c882136cc35546638a2acc1c30aa5373fbd.zip |
* 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/Makefile.in')
-rw-r--r-- | winsup/cygwin/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |