Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3eb58c1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "init: add missing TEMP_FAILURE_RETRY" into rvc-dev am: 3553c5ea

Change-Id: If346644e319ba00cdf47d2eab75a43b7601f5e06
parents 6411d160 3553c5ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -137,7 +137,7 @@ static void InstallInitNotifier(Epoll* epoll) {


static void WakeEpoll() {
static void WakeEpoll() {
    constexpr char value[] = "1";
    constexpr char value[] = "1";
    write(wake_epoll_fd, value, sizeof(value));
    TEMP_FAILURE_RETRY(write(wake_epoll_fd, value, sizeof(value)));
}
}


static class PropWaiterState {
static class PropWaiterState {