mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ext/pcntl: Use uint8_t type for num_signals module global
This commit is contained in:
parent
89e4de8d7b
commit
3de6695ae8
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ ZEND_BEGIN_MODULE_GLOBALS(pcntl)
|
|||
int last_error;
|
||||
volatile bool pending_signals;
|
||||
bool async_signals;
|
||||
unsigned num_signals;
|
||||
uint8_t num_signals;
|
||||
ZEND_END_MODULE_GLOBALS(pcntl)
|
||||
|
||||
#if defined(ZTS) && defined(COMPILE_DL_PCNTL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue