diff options
Diffstat (limited to 'ext/pcntl/php_signal.c')
-rw-r--r-- | ext/pcntl/php_signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcntl/php_signal.c b/ext/pcntl/php_signal.c index 4090fe6fb9..be4c617856 100644 --- a/ext/pcntl/php_signal.c +++ b/ext/pcntl/php_signal.c @@ -54,7 +54,7 @@ Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all) { return SIG_ERR; } - + return oact.sa_handler; } |