summaryrefslogtreecommitdiff
path: root/ext/pcntl/php_pcntl.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-19 19:08:41 +0200
committerAnatol Belski <ab@php.net>2014-08-19 19:08:41 +0200
commit1a5a113f95cae686f804e2e484f20f128cf3f33d (patch)
treef424bb1f34082688e6e334d41e9e6c3697801930 /ext/pcntl/php_pcntl.h
parent4ed156d4df70acf0aa81dc75fceea1837157665f (diff)
downloadphp-git-1a5a113f95cae686f804e2e484f20f128cf3f33d.tar.gz
ported pcntl
Diffstat (limited to 'ext/pcntl/php_pcntl.h')
-rw-r--r--ext/pcntl/php_pcntl.h2
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)