mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-17 22:31:12 +01:00
mod_export handler
This commit is contained in:
parent
71a9847d48
commit
6bb50488ab
2 changed files with 7 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -400,7 +400,7 @@ signal_suspend(int sig, int sig2)
|
|||
/* the signal handler */
|
||||
|
||||
/**/
|
||||
RETSIGTYPE
|
||||
mod_export RETSIGTYPE
|
||||
handler(int sig)
|
||||
{
|
||||
sigset_t newmask, oldmask;
|
||||
|
|
Loading…
Reference in a new issue