* sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE by
calling new strace::activate function. * strace.cc (strace::activate): Rename from strace::strace. * strace.h (strace::activate): Define new function. (strace::strace): Call activate.
This commit is contained in:
@ -1224,6 +1224,7 @@ wait_sig (VOID *)
|
||||
talktome (&pack.si);
|
||||
break;
|
||||
case __SIGSTRACE:
|
||||
strace.activate ();
|
||||
strace.hello ();
|
||||
break;
|
||||
case __SIGPENDING:
|
||||
|
Reference in New Issue
Block a user