summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-19 22:57:59 +0800
committerruki <[email protected]>2025-12-19 22:57:59 +0800
commit6943687838e0ecc3cf7f920eb9024e03dfb443a0 (patch)
treeffbb5fa90196c002df153658990c628d4d5b91b5
parent4ee281946a1a242d755763d4082828811614edef (diff)
fix macho type defs
-rw-r--r--core/src/xmake/binutils/macho/prefix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/xmake/binutils/macho/prefix.h b/core/src/xmake/binutils/macho/prefix.h
index 612033029..b629edd4e 100644
--- a/core/src/xmake/binutils/macho/prefix.h
+++ b/core/src/xmake/binutils/macho/prefix.h
@@ -104,7 +104,6 @@ typedef struct __xm_macho_rpath_command_t {
tb_uint32_t cmdsize;
tb_uint32_t path_offset;
} __tb_packed__ xm_macho_rpath_command_t;
-#include "tbox/prefix/packed.h"
typedef struct __xm_macho_segment_command_t {
tb_uint32_t cmd;
@@ -216,7 +215,6 @@ typedef struct __xm_macho_dylib_command_t {
} __tb_packed__ xm_macho_dylib_command_t;
#include "tbox/prefix/packed.h"
-
/* //////////////////////////////////////////////////////////////////////////////////////
* inline implementation
*/