diff options
author | comex | 2016-07-12 20:08:53 -0400 |
---|---|---|
committer | comex | 2016-07-12 20:08:53 -0400 |
commit | 7b262dfa85aab60479be332d9437405739ec915c (patch) | |
tree | 33f78066f9a31834f64a09c99ceccb94ac7eb05f /lib | |
parent | comment (diff) | |
download | substitute-7b262dfa85aab60479be332d9437405739ec915c.tar.gz |
replace broken gen-manual-mach.sh with a Python version
it was dropping the #pragma pack(4) declarations, rendering it broken
for like most of the last year
Diffstat (limited to 'lib')
-rw-r--r-- | lib/darwin/execmem.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/darwin/execmem.c b/lib/darwin/execmem.c index d2bd4ab..c7068f3 100644 --- a/lib/darwin/execmem.c +++ b/lib/darwin/execmem.c @@ -46,8 +46,6 @@ static void manual_memcpy(void *restrict dest, const void *src, size_t len) { #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wunused-variable" -#define __MachMsgErrorWithTimeout(_R_) -#define __MachMsgErrorWithoutTimeout(_R_) #include "../generated/manual-mach.inc.h" #pragma GCC diagnostic pop |