mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-11 12:28:59 +01:00
mod_export handler
This commit is contained in:
parent
71a9847d48
commit
6bb50488ab
@ -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 New Issue
Block a user