diff options
author | Anatol Belski <ab@php.net> | 2014-08-19 19:08:41 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-08-19 19:08:41 +0200 |
commit | 1a5a113f95cae686f804e2e484f20f128cf3f33d (patch) | |
tree | f424bb1f34082688e6e334d41e9e6c3697801930 /ext/pcntl/php_pcntl.h | |
parent | 4ed156d4df70acf0aa81dc75fceea1837157665f (diff) | |
download | php-git-1a5a113f95cae686f804e2e484f20f128cf3f33d.tar.gz |
ported pcntl
Diffstat (limited to 'ext/pcntl/php_pcntl.h')
-rw-r--r-- | ext/pcntl/php_pcntl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcntl/php_pcntl.h b/ext/pcntl/php_pcntl.h index 7b9ad93801..ed1811f5d6 100644 --- a/ext/pcntl/php_pcntl.h +++ b/ext/pcntl/php_pcntl.h @@ -61,7 +61,7 @@ PHP_FUNCTION(pcntl_setpriority); struct php_pcntl_pending_signal { struct php_pcntl_pending_signal *next; - long signo; + php_int_t signo; }; ZEND_BEGIN_MODULE_GLOBALS(pcntl) |