Skip to content
Snippets Groups Projects
Commit b1b99cc0 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge branch 'stable' of github.com:tarantool/tarantool into stable

parents 7522de01 fbb42758
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,7 @@ say_logger_init(int nonblock)
execve(argv[0], argv, envp);
goto error;
}
#ifndef TARGET_OS_DARWIN
/*
* A courtesy to a DBA who might have
* misconfigured the logger option: check whether
......@@ -135,6 +136,7 @@ say_logger_init(int nonblock)
timeout.tv_nsec = 1; /* Mostly to trigger preemption. */
if (sigtimedwait(&mask, NULL, &timeout) == SIGCHLD)
goto error;
#endif
/* OK, let's hope for the best. */
sigprocmask(SIG_UNBLOCK, &mask, NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment