Merge "init: add missing TEMP_FAILURE_RETRY" into rvc-dev
This commit is contained in:
commit
3553c5ea4c
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,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