Merge "init: add missing TEMP_FAILURE_RETRY"
This commit is contained in:
commit
d9fb5c895b
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ static void InstallInitNotifier(Epoll* epoll) {
|
|||
|
||||
static void WakeEpoll() {
|
||||
constexpr char value[] = "1";
|
||||
write(wake_epoll_fd, value, sizeof(value));
|
||||
TEMP_FAILURE_RETRY(write(wake_epoll_fd, value, sizeof(value)));
|
||||
}
|
||||
|
||||
static class PropWaiterState {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue