From 7b262dfa85aab60479be332d9437405739ec915c Mon Sep 17 00:00:00 2001 From: comex Date: Tue, 12 Jul 2016 20:08:53 -0400 Subject: 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 --- lib/darwin/execmem.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/darwin/execmem.c') 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 -- cgit v1.2.3