### Description ``` diff --git a/sapi/fpm/fpm/events/kqueue.c b/sapi/fpm/fpm/events/kqueue.c index 8fc4a6f049b..b81650d7741 100644 --- a/sapi/fpm/fpm/events/kqueue.c +++ b/sapi/fpm/fpm/events/kqueue.c @@ -96,7 +96,7 @@ static int fpm_event_kqueue_init(int max) /* {{{ */ /* * release kqueue stuff */ -static int fpm_event_kqueue_clean() /* {{{ */ +static int fpm_event_kqueue_clean(void) /* {{{ */ { if (kevents) { free(kevents); ``` ### PHP Version ```plain PHP 8.3.24 (fpm-fcgi) (built: Aug 5 2025 11:43:27) Copyright (c) The PHP Group Zend Engine v4.3.24, Copyright (c) Zend Technologies with Zend OPcache v8.3.24, Copyright (c), by Zend Technologies ``` ### Operating System Darwin