Skip to content

Commit

Permalink
Make clang happy about prototype (#49443)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaraldi authored Apr 20, 2023
1 parent 499647e commit 4f035fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signals-mach.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4f035fa

Please sign in to comment.