Mon Apr 14 15:54:51 1997 Geoffrey Noer <noer@pizza.cygnus.com>

* procfs.c (notice_signals): fix typo
This commit is contained in:
Geoffrey Noer 1997-04-14 23:06:49 +00:00
parent f2906ccc4c
commit 234c409626
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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);