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

Commit 55de332b authored by Raphael's avatar Raphael Committed by Android Git Automerger
Browse files

am 554c0f35: am 05647c89: Merge change 25170 into eclair

Merge commit '554c0f35'

* commit '554c0f35':
  Disable sched_policy under Windows.
parents 3ba415d7 554c0f35
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