mod_export handler

This commit is contained in:
Peter Stephenson 2001-06-13 11:50:09 +00:00
parent 71a9847d48
commit 6bb50488ab
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2001-06-13 Peter Stephenson <pws@csr.com>
* 14893: Src/signals.c: make handler mod_export because it's
needed for signal queueing in various modules. Probably
sensible to change handler to zhandler too --- not done yet.
2001-06-13 Sven Wischnowsky <wischnow@zsh.org>
* 14897 (and Oliver Kiddle: 14862): Completion/Base/Utility/_values,

View file

@ -400,7 +400,7 @@ signal_suspend(int sig, int sig2)
/* the signal handler */
/**/
RETSIGTYPE
mod_export RETSIGTYPE
handler(int sig)
{
sigset_t newmask, oldmask;