summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/ldid.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/util/ldid.cpp b/util/ldid.cpp
index dc1902e54..107cbaecd 100644
--- a/util/ldid.cpp
+++ b/util/ldid.cpp
@@ -77,9 +77,10 @@ struct mach_header {
#define MH_MAGIC 0xfeedface
#define MH_CIGAM 0xcefaedfe
-#define MH_EXECUTE 0x2
-#define MH_DYLIB 0x6
-#define MH_BUNDLE 0x8
+#define MH_EXECUTE 0x2
+#define MH_DYLIB 0x6
+#define MH_BUNDLE 0x8
+#define MH_DYLIB_STUB 0x9
struct load_command {
uint32_t cmd;