am 6be460d5: Add HAVE_PREAD definition to platforms

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

* commit '6be460d5b0b60aca4e8d649e2254f8a8920f4d98':
  Add HAVE_PREAD definition to platforms
This commit is contained in:
Kenny Root 2010-10-04 15:49:01 -07:00 committed by Android Git Automerger
commit d9387cfc95
7 changed files with 35 additions and 0 deletions

View file

@ -285,4 +285,9 @@
*/
#define HAVE_SCHED_H 1
/*
* Define if pread() exists
*/
#define HAVE_PREAD 1
#endif /*_ANDROID_CONFIG_H*/

View file

@ -344,4 +344,9 @@
*/
#define HAVE_SCHED_H 1
/*
* Define if pread() exists
*/
#define HAVE_PREAD 1
#endif /*_ANDROID_CONFIG_H*/

View file

@ -339,4 +339,9 @@
*/
#define HAVE_SCHED_H 1
/*
* Define if pread() exists
*/
#define HAVE_PREAD 1
#endif /* _ANDROID_CONFIG_H */

View file

@ -346,4 +346,9 @@
*/
#define HAVE_UNWIND_CONTEXT_STRUCT
/*
* Define if pread() exists
*/
#define HAVE_PREAD 1
#endif /* _ANDROID_CONFIG_H */

View file

@ -313,4 +313,9 @@
*/
#define HAVE_SCHED_H 1
/*
* Define if pread() exists
*/
#define HAVE_PREAD 1
#endif /*_ANDROID_CONFIG_H*/

View file

@ -330,4 +330,9 @@
*/
#define HAVE_SCHED_H 1
/*
* Define if pread() exists
*/
#define HAVE_PREAD 1
#endif /* _ANDROID_CONFIG_H */

View file

@ -318,4 +318,9 @@
*/
/* #define HAVE_SCHED_H */
/*
* Define if pread() exists
*/
/* #define HAVE_PREAD 1 */
#endif /*_ANDROID_CONFIG_H*/