]> sourceware.org Git - newlib-cygwin.git/commit
Remove unneeded whitespace.
authorChristopher Faylor <me@cgf.cx>
Mon, 5 Dec 2005 20:20:18 +0000 (20:20 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 5 Dec 2005 20:20:18 +0000 (20:20 +0000)
commit09b0109620d0a6f1122844868ad30d3e66d11e94
tree6e1672b2aa6da1db05a6d333cbed92a2abf2ed8c
parent801d6cc7532a6f419c3553c4180820db6540f263
Remove unneeded whitespace.
* cygtls.cc (_cygtls::set_state): Delete.
(_cygtls::reset_exception): Ditto.
(_cygtls::init_thread): Set initialized state directly here.
(_cygtls::push): Remove exception argument.  Don't treat exceptions specially.
* cygtls.h (_cygtls::push): Ditto.
(_cygtls::isinitialized): Don't treat exceptions specially.
(_cygtls::reset_exception): Delete.
(_cygtls::set_state): Ditto.
(_cygtls::handle_exceptions): Don't push ebp on the stack prior to calling
sig_send.  Just set incyg instead.
(_cygtls::interrupt_setup): Accommodate _cygtls::push argument change.
(_cygtls::interrupt_now): Ditto.
(setup_handler): Don't treat exceptions specially.
* gendef (longjmp): Always zero incyg flag.
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.cc
winsup/cygwin/cygtls.cc
winsup/cygwin/cygtls.h
winsup/cygwin/dir.cc
winsup/cygwin/exceptions.cc
winsup/cygwin/gendef
winsup/cygwin/mmap.cc
winsup/cygwin/net.cc
This page took 0.029312 seconds and 5 git commands to generate.