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

Commit b63a7c0d authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Remove more namespace pollution.

Nothing in our tree is using this HAVE_BACKTRACE definition, but we do have
a hack in external/llvm to work around the namespace pollution.

Change-Id: Ib51d8bbd598dd2961a028216bf0b489dc7ad4880
parent a69e5962
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -104,13 +104,6 @@
#define _FILE_OFFSET_BITS 64
#define _LARGEFILE_SOURCE 1

/*
 * Defined if we have the backtrace() call for retrieving a stack trace.
 * Needed for CallStack to operate; if not defined, CallStack is
 * non-functional.
 */
#define HAVE_BACKTRACE 0

/*
 * Add any extra platform-specific defines here.
 */
+0 −7
Original line number Diff line number Diff line
@@ -93,13 +93,6 @@
#define HAVE_ENDIAN_H
#define HAVE_LITTLE_ENDIAN

/*
 * Defined if we have the backtrace() call for retrieving a stack trace.
 * Needed for CallStack to operate; if not defined, CallStack is
 * non-functional.
 */
#define HAVE_BACKTRACE 0

/* 
 * Defined if we have the sched_setscheduler() call
 */
+0 −7
Original line number Diff line number Diff line
@@ -91,13 +91,6 @@
#define _FILE_OFFSET_BITS 64
/* #define _LARGEFILE_SOURCE 1 */

/*
 * Defined if we have the backtrace() call for retrieving a stack trace.
 * Needed for CallStack to operate; if not defined, CallStack is
 * non-functional.
 */
#define HAVE_BACKTRACE 0

/*
 * Defined if we have the sched_setscheduler() call
 */
+0 −7
Original line number Diff line number Diff line
@@ -121,13 +121,6 @@
/* #define _FILE_OFFSET_BITS 64 */
/* #define _LARGEFILE_SOURCE 1 */

/*
 * Defined if we have the backtrace() call for retrieving a stack trace.
 * Needed for CallStack to operate; if not defined, CallStack is
 * non-functional.
 */
#define HAVE_BACKTRACE 0

/*
 * Defined if we have the sched_setscheduler() call
 */
+0 −7
Original line number Diff line number Diff line
@@ -111,13 +111,6 @@
#define _FILE_OFFSET_BITS 64
/* #define _LARGEFILE_SOURCE 1 */

/*
 * Defined if we have the backtrace() call for retrieving a stack trace.
 * Needed for CallStack to operate; if not defined, CallStack is
 * non-functional.
 */
#define HAVE_BACKTRACE 0

/*
 * Defined if we have the sched_setscheduler() call
 */
Loading