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/php_pcntl.h | |
parent | 57ceaebe8a2d4a0818e5c497a3e0cb6d89bb34d2 (diff) | |
download | php-git-493633d16f0510a811b275e433cc374053ad6466.tar.gz |
Fixed compiler warnings.
Diffstat (limited to 'ext/pcntl/php_pcntl.h')
-rw-r--r-- | ext/pcntl/php_pcntl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/pcntl/php_pcntl.h b/ext/pcntl/php_pcntl.h index ccca57813f..8600c0d800 100644 --- a/ext/pcntl/php_pcntl.h +++ b/ext/pcntl/php_pcntl.h @@ -53,10 +53,6 @@ PHP_FUNCTION(pcntl_exec); PHP_FUNCTION(pcntl_getpriority); PHP_FUNCTION(pcntl_setpriority); -static void pcntl_signal_handler(int); -static void pcntl_tick_handler(); - - ZEND_BEGIN_MODULE_GLOBALS(pcntl) HashTable php_signal_table; zend_llist php_signal_queue; |