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:
commit
d9387cfc95
7 changed files with 35 additions and 0 deletions
|
@ -285,4 +285,9 @@
|
|||
*/
|
||||
#define HAVE_SCHED_H 1
|
||||
|
||||
/*
|
||||
* Define if pread() exists
|
||||
*/
|
||||
#define HAVE_PREAD 1
|
||||
|
||||
#endif /*_ANDROID_CONFIG_H*/
|
||||
|
|
|
@ -344,4 +344,9 @@
|
|||
*/
|
||||
#define HAVE_SCHED_H 1
|
||||
|
||||
/*
|
||||
* Define if pread() exists
|
||||
*/
|
||||
#define HAVE_PREAD 1
|
||||
|
||||
#endif /*_ANDROID_CONFIG_H*/
|
||||
|
|
|
@ -339,4 +339,9 @@
|
|||
*/
|
||||
#define HAVE_SCHED_H 1
|
||||
|
||||
/*
|
||||
* Define if pread() exists
|
||||
*/
|
||||
#define HAVE_PREAD 1
|
||||
|
||||
#endif /* _ANDROID_CONFIG_H */
|
||||
|
|
|
@ -346,4 +346,9 @@
|
|||
*/
|
||||
#define HAVE_UNWIND_CONTEXT_STRUCT
|
||||
|
||||
/*
|
||||
* Define if pread() exists
|
||||
*/
|
||||
#define HAVE_PREAD 1
|
||||
|
||||
#endif /* _ANDROID_CONFIG_H */
|
||||
|
|
|
@ -313,4 +313,9 @@
|
|||
*/
|
||||
#define HAVE_SCHED_H 1
|
||||
|
||||
/*
|
||||
* Define if pread() exists
|
||||
*/
|
||||
#define HAVE_PREAD 1
|
||||
|
||||
#endif /*_ANDROID_CONFIG_H*/
|
||||
|
|
|
@ -330,4 +330,9 @@
|
|||
*/
|
||||
#define HAVE_SCHED_H 1
|
||||
|
||||
/*
|
||||
* Define if pread() exists
|
||||
*/
|
||||
#define HAVE_PREAD 1
|
||||
|
||||
#endif /* _ANDROID_CONFIG_H */
|
||||
|
|
|
@ -318,4 +318,9 @@
|
|||
*/
|
||||
/* #define HAVE_SCHED_H */
|
||||
|
||||
/*
|
||||
* Define if pread() exists
|
||||
*/
|
||||
/* #define HAVE_PREAD 1 */
|
||||
|
||||
#endif /*_ANDROID_CONFIG_H*/
|
||||
|
|
Loading…
Reference in a new issue