mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed type mismatch
This commit is contained in:
parent
3d777c8068
commit
9fb48edf3c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ typedef struct _handler_entry {
|
|||
|
||||
typedef struct _zend_shared_memory_state {
|
||||
int *positions; /* current positions for each segment */
|
||||
int shared_free; /* amount of free shared memory */
|
||||
size_t shared_free; /* amount of free shared memory */
|
||||
} zend_shared_memory_state;
|
||||
|
||||
typedef struct _zend_smm_shared_globals {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue