diff options
author | Christopher Faylor <me@cgf.cx> | 2012-02-07 16:54:14 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2012-02-07 16:54:14 +0000 |
commit | 3e9c8f2e813c2a97362f91935871f5830efe1c21 (patch) | |
tree | f391db55b19ff6476a0d767214e1e6ec0e09697d /newlib/libc/stdlib/wcstod.c | |
parent | a72ada654ec07b43a57c2551ca9bc5bd5e9f9082 (diff) | |
download | cygnal-3e9c8f2e813c2a97362f91935871f5830efe1c21.tar.gz cygnal-3e9c8f2e813c2a97362f91935871f5830efe1c21.tar.bz2 cygnal-3e9c8f2e813c2a97362f91935871f5830efe1c21.zip |
* cygheap.cc (init_cygheap::manage_console_count): Delete.
* cygheap.h (init_cygheap::manage_console_count): Ditto.
(init_cygheap::console_count): Ditto.
* fhandler.h (fhandler_console::has_a): Ditto.
(fhandler_console::free_console): Declare new function.
* fhandler_console.cc (fhandler_console::free_console): Define new function.
(fhandler_console::open_setup): Delete call to manage_console_count.
(fhandler_console::close): Ditto. Replace with call to free_console().
* fhandler_tty.cc (fhandler_pty_slave::open): Delete call to
manage_console_count.
(fhandler_pty_slave::cleanup): Ditto.
(fhandler_pty_slave::close): Call fhandler_console::free_console() if this is
our controlling tty.
* pinfo.cc (_pinfo::set_ctty): Skip function if tty in question == our ctty.
Delete call to manage_console_count.
* syscalls.cc (close_all_files): Avoid locking and avoid setting errno when
iterating over fds.
Diffstat (limited to 'newlib/libc/stdlib/wcstod.c')
0 files changed, 0 insertions, 0 deletions