mirror of
https://github.com/isar/libmdbx.git
synced 2025-05-12 16:27:46 +08:00
mdbx-tests: обнуление pid на входе в osal_actor_poll()
(backport).
This commit is contained in:
parent
76a588f91b
commit
679c1eb939
@ -510,6 +510,7 @@ int osal_actor_poll(mdbx_pid_t &pid, unsigned timeout) {
|
|||||||
options |= WCONTINUED;
|
options |= WCONTINUED;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
pid = 0;
|
||||||
while (sigalarm_tail == sigalarm_head) {
|
while (sigalarm_tail == sigalarm_head) {
|
||||||
int status;
|
int status;
|
||||||
pid = waitpid(0, &status, options);
|
pid = waitpid(0, &status, options);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user