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

Commit d9387cfc authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 6be460d5: Add HAVE_PREAD definition to platforms

Merge commit '6be460d5' into gingerbread-plus-aosp

* commit '6be460d5':
  Add HAVE_PREAD definition to platforms
parents 78ea2374 6be460d5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -285,4 +285,9 @@
 */
#define HAVE_SCHED_H 1

/*
 * Define if pread() exists
 */
#define HAVE_PREAD 1

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

/*
 * Define if pread() exists
 */
#define HAVE_PREAD 1

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

/*
 * Define if pread() exists
 */
#define HAVE_PREAD 1

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

/*
 * Define if pread() exists
 */
#define HAVE_PREAD 1

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

/*
 * Define if pread() exists
 */
#define HAVE_PREAD 1

#endif /*_ANDROID_CONFIG_H*/
Loading