mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Revert "Fix SIGALRM core dump (Solaris patch 230-18229654)"
This reverts commit13e7b262
. It caused the regression test for the 'alarm' builtin, introduced in18b3f4aa
, to hang on FreeBSD.
This commit is contained in:
parent
7d2bb8fdd9
commit
4d0b77d398
2 changed files with 1 additions and 6 deletions
|
@ -2643,11 +2643,6 @@ int sh_exec(register const Shnode_t *t, int flags)
|
|||
break;
|
||||
}
|
||||
}
|
||||
if(shp->trapnote&SH_SIGALRM)
|
||||
{
|
||||
shp->trapnote &= ~SH_SIGALRM;
|
||||
sh_timetraps(shp);
|
||||
}
|
||||
if(shp->trapnote || (shp->exitval && sh_isstate(SH_ERREXIT)) &&
|
||||
t && echeck)
|
||||
sh_chktrap(shp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue