diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2003-05-29 23:39:41 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2003-05-29 23:39:41 +0000 |
| commit | 493633d16f0510a811b275e433cc374053ad6466 (patch) | |
| tree | 99c83f2a1b5698d247eb188db8ee4e361fccadf2 /ext/pcntl/pcntl.c | |
| parent | 57ceaebe8a2d4a0818e5c497a3e0cb6d89bb34d2 (diff) | |
| download | php-git-493633d16f0510a811b275e433cc374053ad6466.tar.gz | |
Fixed compiler warnings.
Diffstat (limited to 'ext/pcntl/pcntl.c')
| -rwxr-xr-x | ext/pcntl/pcntl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c index 17a87169ab..46630d625c 100755 --- a/ext/pcntl/pcntl.c +++ b/ext/pcntl/pcntl.c @@ -76,6 +76,9 @@ zend_module_entry pcntl_module_entry = { #ifdef COMPILE_DL_PCNTL ZEND_GET_MODULE(pcntl) #endif + +static void pcntl_signal_handler(int); +static void pcntl_tick_handler(); void php_register_signal_constants(INIT_FUNC_ARGS) { |
