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-03-17 22:08:11 +0300
committerChristopher Faylor <me@cgf.cx>2003-03-17 22:08:11 +0300
commit3543669fd3f89f980180d914ead7e01397f8a502 (patch)
treebae0cab9587d1928f810183f31f7ade7f8eff2b5 /winsup/cygwin/cygwin.din
parentdb14b4abb74c2b3be138f117636c7e2d7844f633 (diff)
* 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/cygwin.din')
-rw-r--r--winsup/cygwin/cygwin.din10
1 files changed, 6 insertions, 4 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index e7e7494c6..131192376 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -73,8 +73,8 @@ _fcloseall_r
fcloseall_r = _fcloseall_r
_fscanf_r
fscanf_r = _fscanf_r
-_fstat
-fstat = _fstat
+fstat
+_fstat = fstat
_pipe
_pthread_cleanup_pop
_pthread_cleanup_push
@@ -82,9 +82,10 @@ _scanf_r
scanf_r = _scanf_r
_sscanf_r
sscanf_r = _sscanf_r
-_stat
-stat = _stat
+stat
+_stat = stat
_strtold
+trunc
_vasprintf_r
vasprintf_r = _vasprintf_r
_vfscanf_r
@@ -181,6 +182,7 @@ bcopy
_bcopy = bcopy
bsearch
_bsearch = bsearch
+btowc
bzero
_bzero = bzero
cabs