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

Commit fae953eb authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "HAVE_ANDROID_OS implies that you have <pthread.h> and <sched.h>."

parents 48d7489e 6acf3d77
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -37,7 +37,7 @@ static inline SchedPolicy _policy(SchedPolicy p)
   return p == SP_DEFAULT ? SP_SYSTEM_DEFAULT : p;
   return p == SP_DEFAULT ? SP_SYSTEM_DEFAULT : p;
}
}


#if defined(HAVE_ANDROID_OS) && defined(HAVE_SCHED_H) && defined(HAVE_PTHREADS)
#if defined(HAVE_ANDROID_OS)


#include <pthread.h>
#include <pthread.h>
#include <sched.h>
#include <sched.h>