diff options
author | Christopher Faylor <me@cgf.cx> | 2003-03-17 19:08:11 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-03-17 19:08:11 +0000 |
commit | 3543669fd3f89f980180d914ead7e01397f8a502 (patch) | |
tree | bae0cab9587d1928f810183f31f7ade7f8eff2b5 /winsup/cygwin/include | |
parent | db14b4abb74c2b3be138f117636c7e2d7844f633 (diff) | |
download | cygnal-3543669fd3f89f980180d914ead7e01397f8a502.tar.gz cygnal-3543669fd3f89f980180d914ead7e01397f8a502.tar.bz2 cygnal-3543669fd3f89f980180d914ead7e01397f8a502.zip |
* cygwin.din: Export btowc, trunc.
* include/cygwin/version.h: Reflect new exports.
* syscalls.cc (_stat): Rename to stat to avoid newlib wrapper.
* syscalls.cc (_fstat): Ditto.
* fhandler_console.cc (fhandler_console::close): Correct check for current tty.
Add debugging output when console is freed.
(set_console_state_for_spawn): Add debugging output.
* fhandler_tty.cc (fhandler_tty_slave::open): Don't decrement console open flag
when vforking.
* sigproc.cc (sigproc_terminate): Fix debugging output.
* spawn.cc (handle): Eliminate second argument.
(spawn_guts): Reflect elimination of argument change to handle.
* syscalls.cc (setsid): Add debugging output when console is freed.
* syscalls.cc (rename): Revert assumption that DELETE_ON_CLOSE works on Win9x.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index df484fb6f..07622b327 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -190,13 +190,14 @@ details. */ 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 */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 78 +#define CYGWIN_VERSION_API_MINOR 79 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |