Cygwin needs HAVE_OFF64_T and fix description
During testing of compilation, it was discovered that Cygwin actually has off64_t. Also the description was wrong for HAVE_OFF64_T Change-Id: I6eb73d13da5a53fb03bf99ab7de82bfb6acab058
This commit is contained in:
parent
07ad9961ae
commit
cfb61c2720
|
@ -159,7 +159,7 @@
|
|||
#define _LARGEFILE_SOURCE 1
|
||||
|
||||
/*
|
||||
* Define if off_t is always 64-bit
|
||||
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
|
||||
*/
|
||||
/* #define HAVE_OFF64_T */
|
||||
|
||||
|
|
|
@ -175,7 +175,7 @@
|
|||
#define _LARGEFILE_SOURCE 1
|
||||
|
||||
/*
|
||||
* Define if off_t is always 64-bit
|
||||
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
|
||||
*/
|
||||
/* #define HAVE_OFF64_T */
|
||||
|
||||
|
|
|
@ -174,7 +174,7 @@
|
|||
/* #define _LARGEFILE_SOURCE 1 */
|
||||
|
||||
/*
|
||||
* Define if off_t is always 64-bit
|
||||
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
|
||||
*/
|
||||
#define HAVE_OFF64_T
|
||||
|
||||
|
|
|
@ -164,7 +164,7 @@
|
|||
#define _LARGEFILE_SOURCE 1
|
||||
|
||||
/*
|
||||
* Define if off_t is always 64-bit
|
||||
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
|
||||
*/
|
||||
#define HAVE_OFF64_T
|
||||
|
||||
|
|
|
@ -174,7 +174,7 @@
|
|||
/* #define _LARGEFILE_SOURCE 1 */
|
||||
|
||||
/*
|
||||
* Define if off_t is always 64-bit
|
||||
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
|
||||
*/
|
||||
#define HAVE_OFF64_T
|
||||
|
||||
|
|
|
@ -164,7 +164,7 @@
|
|||
#define _LARGEFILE_SOURCE 1
|
||||
|
||||
/*
|
||||
* Define if off_t is always 64-bit
|
||||
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
|
||||
*/
|
||||
#define HAVE_OFF64_T
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* Define if off_t is always 64-bit
|
||||
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
|
||||
*/
|
||||
#define HAVE_OFF64_T
|
||||
|
||||
|
|
|
@ -177,9 +177,9 @@
|
|||
#define _LARGEFILE_SOURCE 1
|
||||
|
||||
/*
|
||||
* Define if off_t is always 64-bit
|
||||
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
|
||||
*/
|
||||
/* #define HAVE_OFF64_T */
|
||||
#define HAVE_OFF64_T
|
||||
|
||||
/*
|
||||
* Defined if we have the backtrace() call for retrieving a stack trace.
|
||||
|
|
Loading…
Reference in New Issue