mirror of
https://github.com/php/php-src.git
synced 2025-01-24 04:33:39 +08:00
Ugh
This commit is contained in:
parent
f08a51f05a
commit
b15651c95f
@ -567,7 +567,7 @@ static void proc_open_rsrc_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC)
|
||||
|
||||
do {
|
||||
wait_pid = waitpid(child, &wstatus, 0);
|
||||
} while (wait_pid == -1 && errno = EINTR);
|
||||
} while (wait_pid == -1 && errno == EINTR);
|
||||
|
||||
if (wait_pid == -1)
|
||||
FG(pclose_ret) = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user