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

Commit 0384a98d authored by Raphael's avatar Raphael
Browse files

Disable sched_policy under Windows.

This introduces a new HAVE_SCHED_H arch define, which is used
to prevent from building sched_policy.c during the Windows SDK.

Change-Id: I3667857a4ae7d6baaf1efd1cd187a5baf91419d8
parent 3cd5b66b
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -265,4 +265,9 @@
 */
 */
#define HAVE_STDBOOL_H 1
#define HAVE_STDBOOL_H 1


/*
 * Define if <sched.h> exists.
 */
#define HAVE_SCHED_H 1

#endif /*_ANDROID_CONFIG_H*/
#endif /*_ANDROID_CONFIG_H*/
+5 −0
Original line number Original line Diff line number Diff line
@@ -324,4 +324,9 @@
 */
 */
/* #define HAVE_STDBOOL_H */
/* #define HAVE_STDBOOL_H */


/*
 * Define if <sched.h> exists.
 */
#define HAVE_SCHED_H 1

#endif /*_ANDROID_CONFIG_H*/
#endif /*_ANDROID_CONFIG_H*/
+5 −0
Original line number Original line Diff line number Diff line
@@ -312,4 +312,9 @@
 */
 */
#define HAVE_STDBOOL_H 1
#define HAVE_STDBOOL_H 1


/*
 * Define if <sched.h> exists.
 */
#define HAVE_SCHED_H 1

#endif /* _ANDROID_CONFIG_H */
#endif /* _ANDROID_CONFIG_H */
+5 −0
Original line number Original line Diff line number Diff line
@@ -293,4 +293,9 @@
 */
 */
#define HAVE_STDBOOL_H 1
#define HAVE_STDBOOL_H 1


/*
 * Define if <sched.h> exists.
 */
#define HAVE_SCHED_H 1

#endif /*_ANDROID_CONFIG_H*/
#endif /*_ANDROID_CONFIG_H*/
+5 −0
Original line number Original line Diff line number Diff line
@@ -303,4 +303,9 @@
 */
 */
#define HAVE_STDBOOL_H 1
#define HAVE_STDBOOL_H 1


/*
 * Define if <sched.h> exists.
 */
#define HAVE_SCHED_H 1

#endif /* _ANDROID_CONFIG_H */
#endif /* _ANDROID_CONFIG_H */
Loading