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

Commit 7e65ede6 authored by Raphael Moll's avatar Raphael Moll Committed by Android Git Automerger
Browse files

am 9cd8057b: Merge "Define HAVE_STAT_ST_MTIM and disable it under MinGW/Cygwin." into gingerbread

Merge commit '9cd8057b' into gingerbread-plus-aosp

* commit '9cd8057b':
  Define HAVE_STAT_ST_MTIM and disable it under MinGW/Cygwin.
parents 1693c32f 9cd8057b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -290,4 +290,14 @@
 */
#define HAVE_PREAD 1

/*
 * Define if we have st_mtim in struct stat
 */
#define HAVE_STAT_ST_MTIM 1

/*
 * Define if printf() supports %zd for size_t arguments
 */
#define HAVE_PRINTF_ZD 1

#endif /*_ANDROID_CONFIG_H*/
+9 −0
Original line number Diff line number Diff line
@@ -348,5 +348,14 @@
 * Define if pread() exists
 */
#define HAVE_PREAD 1
/*
 * Define if we have st_mtim in struct stat
 */
#define HAVE_STAT_ST_MTIM 1

/*
 * Define if printf() supports %zd for size_t arguments
 */
#define HAVE_PRINTF_ZD 1

#endif /*_ANDROID_CONFIG_H*/
+10 −0
Original line number Diff line number Diff line
@@ -344,4 +344,14 @@
 */
#define HAVE_PREAD 1

/*
 * Define if we have st_mtim in struct stat
 */
#define HAVE_STAT_ST_MTIM 1

/*
 * Define if printf() supports %zd for size_t arguments
 */
#define HAVE_PRINTF_ZD 1

#endif /* _ANDROID_CONFIG_H */
+10 −0
Original line number Diff line number Diff line
@@ -351,4 +351,14 @@
 */
#define HAVE_PREAD 1

/*
 * Define if we have st_mtim in struct stat
 */
#define HAVE_STAT_ST_MTIM 1

/*
 * Define if printf() supports %zd for size_t arguments
 */
#define HAVE_PRINTF_ZD 1

#endif /* _ANDROID_CONFIG_H */
+10 −0
Original line number Diff line number Diff line
@@ -318,4 +318,14 @@
 */
#define HAVE_PREAD 1

/*
 * Define if we have st_mtim in struct stat
 */
#define HAVE_STAT_ST_MTIM 1

/*
 * Define if printf() supports %zd for size_t arguments
 */
#define HAVE_PRINTF_ZD 1

#endif /*_ANDROID_CONFIG_H*/
Loading