summaryrefslogtreecommitdiff
path: root/ext/pcntl/php_signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcntl/php_signal.h')
-rw-r--r--ext/pcntl/php_signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcntl/php_signal.h b/ext/pcntl/php_signal.h
index 63baa4c3a3..e4657a68af 100644
--- a/ext/pcntl/php_signal.h
+++ b/ext/pcntl/php_signal.h
@@ -23,6 +23,6 @@
#define PHP_SIGNAL_H
typedef void Sigfunc(int);
-Sigfunc *php_signal(int signo, Sigfunc *func);
+Sigfunc *php_signal(int signo, Sigfunc *func, int restart);
#endif