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

Commit 27484f2e authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

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

* commit 'fae953eb':
  HAVE_ANDROID_OS implies that you have <pthread.h> and <sched.h>.
parents 3be2d3d8 fae953eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ static inline SchedPolicy _policy(SchedPolicy 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 <sched.h>