From 3ef50005c759d5dbdb5a7b31730bf836a6519ab0 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 9 Sep 2003 03:11:31 +0000 Subject: * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to be set. * exceptions.cc (sig_handle_tty_stop): Don't reset sigCONT event since it is reset automatically. * fork.cc (fork): Remove obsolete usage of PID_SPLIT_HEAP. * include/sys/cygwin.h: Ditto. * sigproc.cc (sig_send): Use sigframe init method to set frame since it checks for previous ownership of the frame. * sigproc.h (sigframe::init): Accept an "is_exception" argument. --- winsup/cygwin/sigproc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/sigproc.cc') diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index ce7c38898..795c7f3ef 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -717,7 +717,7 @@ sig_send (_pinfo *p, int sig, DWORD ebp, bool exception) { thiscatch = sigcatch_main; thiscomplete = sigcomplete_main; - thisframe.set (mainthread, ebp, exception); + thisframe.init (mainthread, ebp, exception); todo = getlocal_sigtodo (sig); issem = true; } -- cgit v1.2.3