Mon Apr 14 15:54:51 1997 Geoffrey Noer <noer@pizza.cygnus.com>
* procfs.c (notice_signals): fix typo
This commit is contained in:
parent
f2906ccc4c
commit
234c409626
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Apr 14 15:54:51 1997 Geoffrey Noer <noer@pizza.cygnus.com>
|
||||
|
||||
* procfs.c (notice_signals): fix typo
|
||||
|
||||
Mon Apr 14 16:25:10 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* gdbserver/Makefile.in (INSTALL): Change install.sh to
|
||||
|
|
|
@ -2336,7 +2336,7 @@ procfs_notice_signals (pid)
|
|||
#ifdef UNIXWARE
|
||||
premptyset (&sctl.sigset);
|
||||
#else
|
||||
sctl.sigset = &pi->prrun.pr_trace;
|
||||
sctl.sigset = pi->prrun.pr_trace;
|
||||
#endif
|
||||
|
||||
notice_signals (pi, &sctl);
|
||||
|
|
Loading…
Add table
Reference in a new issue