From 1a5a113f95cae686f804e2e484f20f128cf3f33d Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 19 Aug 2014 19:08:41 +0200 Subject: ported pcntl --- ext/pcntl/php_pcntl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pcntl/php_pcntl.h') 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) -- cgit v1.2.1