diff options
author | Christopher Faylor <me@cgf.cx> | 2003-03-17 19:16:15 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-03-17 19:16:15 +0000 |
commit | f194ba1ff3b41ef23457608c9d5bb964545ec4f9 (patch) | |
tree | f7d3ef505fc79fbc6674836e5c38402bf6145bb6 | |
parent | 3543669fd3f89f980180d914ead7e01397f8a502 (diff) | |
download | cygnal-f194ba1ff3b41ef23457608c9d5bb964545ec4f9.tar.gz cygnal-f194ba1ff3b41ef23457608c9d5bb964545ec4f9.tar.bz2 cygnal-f194ba1ff3b41ef23457608c9d5bb964545ec4f9.zip |
* include/cygwin/version.h: Reorganize last two api versions so that btowc and
trunc exports show up before previous bump since there has been no exported
version of the DLL with the 64 bit changes yet but 1.3.22 will have the btowc
and trunc.
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8f6e3c4b4..7b207909c 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,12 @@ 2003-03-17 Christopher Faylor <cgf@redhat.com> + * include/cygwin/version.h: Reorganize last two api versions so that + btowc and trunc exports show up before previous bump since there has + been no exported version of the DLL with the 64 bit changes yet but + 1.3.22 will have the btowc and trunc. + +2003-03-17 Christopher Faylor <cgf@redhat.com> + * cygwin.din: Export btowc, trunc. * include/cygwin/version.h: Reflect new exports. * syscalls.cc (_stat): Rename to stat to avoid newlib wrapper. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 07622b327..d667d8207 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -186,12 +186,12 @@ details. */ truncf 76: mallinfo 77: thread-safe exit/at_exit - 78: Export acl32 aclcheck32 aclfrommode32 aclfrompbits32 aclfromtext32 + 78: Use stat and fstat rather than _stat, and _fstat. + Export btowc and trunc. + 79: Export acl32 aclcheck32 aclfrommode32 aclfrompbits32 aclfromtext32 aclsort32 acltomode32 acltopbits32 acltotext32 facl32 fgetpos64 fopen64 freopen64 fseeko64 fsetpos64 ftello64 _open64 _lseek64 _fstat64 _stat64 mknod32 - 79: Use stat and fstat rather than _stat, and _fstat. - Export btowc and trunc */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ |