Skip to content

Commit 9293d08

Browse files
committed
Fix pcntl_signal_dispatch_tick_function() declaration
1 parent 52b28df commit 9293d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pcntl/pcntl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@ void pcntl_signal_dispatch()
13861386
sigprocmask(SIG_SETMASK, &old_mask, NULL);
13871387
}
13881388

1389-
void pcntl_signal_dispatch_tick_function(int dummy_int, void *dummy_pointer)
1389+
static void pcntl_signal_dispatch_tick_function(int dummy_int, ZEND_ATTRIBUTE_UNUSED void *dummy_pointer)
13901390
{
13911391
return pcntl_signal_dispatch();
13921392
}

0 commit comments

Comments
 (0)