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

Commit cfb61c27 authored by Kenny Root's avatar Kenny Root
Browse files

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
parent 07ad9961
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */

+1 −1
Original line number Diff line number Diff line
@@ -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 */

+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -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

Loading