From 4f035fa93686d9e9f3f0db145588f159f1bcd4d8 Mon Sep 17 00:00:00 2001 From: Gabriel Baraldi Date: Thu, 20 Apr 2023 12:18:53 -0400 Subject: [PATCH] Make clang happy about prototype (#49443) --- src/signals-mach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/signals-mach.c b/src/signals-mach.c index 2b1da43b71f63..2bb26976b0d61 100644 --- a/src/signals-mach.c +++ b/src/signals-mach.c @@ -104,7 +104,7 @@ void *mach_segv_listener(void *arg) } -static void allocate_mach_handler() +static void allocate_mach_handler(void) { // ensure KEYMGR_GCC3_DW2_OBJ_LIST is initialized, as this requires malloc // and thus can deadlock when used without first initializing it.