OSDN Git Service

Remove unneeded whitespace.
authorcgf <cgf>
Mon, 5 Dec 2005 20:20:15 +0000 (20:20 +0000)
committercgf <cgf>
Mon, 5 Dec 2005 20:20:15 +0000 (20:20 +0000)
commit733103c554e9b3f6ac467568e1c2c00b13f6bf4f
tree00a805ea724921ef58a23ddc2ac7a8ff0f349469
parente29e44e5960a2cbac749d60cd21d3b2a04eabebe
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