diff options
| author | ruki <[email protected]> | 2025-12-19 22:57:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-19 22:57:59 +0800 |
| commit | 6943687838e0ecc3cf7f920eb9024e03dfb443a0 (patch) | |
| tree | ffbb5fa90196c002df153658990c628d4d5b91b5 /core/src | |
| parent | 4ee281946a1a242d755763d4082828811614edef (diff) | |
fix macho type defs
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/binutils/macho/prefix.h | 2 |
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 */ |
