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

Commit 05647c89 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 25170 into eclair

* changes:
  Disable sched_policy under Windows.
parents 6388fe80 0384a98d
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