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

Commit 4dc8e856 authored by Yabin Cui's avatar Yabin Cui Committed by Gerrit Code Review
Browse files

Merge "remove __linux__ in AndroidConfig.h"

parents 86596342 70af4d37
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -93,13 +93,6 @@
#define HAVE_ENDIAN_H
#define HAVE_LITTLE_ENDIAN

/*
 * Add any extra platform-specific defines here.
 */
#ifndef __linux__
#define __linux__
#endif

/*
 * Define if we have <malloc.h> header
 */
+0 −7
Original line number Diff line number Diff line
@@ -91,13 +91,6 @@
#define _FILE_OFFSET_BITS 64
/* #define _LARGEFILE_SOURCE 1 */

/*
 * Add any extra platform-specific defines here.
 */
#ifndef __linux__
#define __linux__
#endif

/*
 * Define if we have <malloc.h> header
 */
+0 −19
Original line number Diff line number Diff line
@@ -121,25 +121,6 @@
/* #define _FILE_OFFSET_BITS 64 */
/* #define _LARGEFILE_SOURCE 1 */

/*
 * Add any extra platform-specific defines here.
 */
#ifndef __linux__
#define __linux__ 1
#endif

#ifndef __linux
#define __linux 1
#endif

#ifdef __unix__
#undef __unix__
#endif

#ifdef __unix
#undef __unix
#endif

/*
 * Define if we have <malloc.h> header
 */
+0 −19
Original line number Diff line number Diff line
@@ -111,25 +111,6 @@
#define _FILE_OFFSET_BITS 64
/* #define _LARGEFILE_SOURCE 1 */

/*
 * Add any extra platform-specific defines here.
 */
#ifndef __linux__
#define __linux__ 1
#endif

#ifndef __linux
#define __linux 1
#endif

#ifdef __unix__
#undef __unix__
#endif

#ifdef __unix
#undef __unix
#endif

/*
 * Define if we have <malloc.h> header
 */
+1 −8
Original line number Diff line number Diff line
@@ -85,13 +85,6 @@
#endif
/* #define _LARGEFILE_SOURCE 1 */

/*
 * Add any extra platform-specific defines here.
 */
#ifndef __linux__
#define __linux__
#endif

/*
 * Define if we have <malloc.h> header
 */