Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: src/common/mac/include/features.h

Issue 1973113002: Replaced glibc version of elf.h with musl version of elf.h. (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Added comment to change in elf_reader Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/common/dwarf/elf_reader.cc ('k') | src/third_party/glibc/COPYING » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/common/mac/include/features.h
diff --git a/src/common/mac/include/features.h b/src/common/mac/include/features.h
deleted file mode 100644
index 2020c482c427897562d6fc008a18d8d02968346d..0000000000000000000000000000000000000000
--- a/src/common/mac/include/features.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// This file is included by third_party/glibc/elf/elf.h
-// We use it to map a couple of glibc specific macros
-// over to their OS X equivalents.
-
-
-// Map GNU endianness macros over to OS X endianness macros.
-
-#ifndef __LITTLE_ENDIAN
- #define __LITTLE_ENDIAN __ORDER_LITTLE_ENDIAN__
-#endif
-#ifndef __BIG_ENDIAN
- #define __BIG_ENDIAN __ORDER_BIG_ENDIAN__
-#endif
-#ifndef __BYTE_ORDER
- #define __BYTE_ORDER __BYTE_ORDER__
-#endif
« no previous file with comments | « src/common/dwarf/elf_reader.cc ('k') | src/third_party/glibc/COPYING » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698