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

Commit bb39b9f1 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Hopefully fix the build.

Change-Id: Id8cd92c0895c9939e1386ef488bd1309a3be3568
parent bd89ff87
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -281,6 +281,7 @@ pid_t androidGetTid()
#endif
}

#if defined(HAVE_PTHREADS)
static pthread_once_t gDoSchedulingGroupOnce = PTHREAD_ONCE_INIT;
static bool gDoSchedulingGroup = true;

@@ -294,6 +295,7 @@ static void checkDoSchedulingGroup(void) {
        }
    }
}
#endif

int androidSetThreadSchedulingGroup(pid_t tid, int grp)
{