Fix GH-19383: php-8.3.24: Missing type in function definition: fpm_event_kqueue_clean

This is just a clean backport.
This commit is contained in:
Niels Dossche 2025-08-10 13:25:22 +02:00
parent 9e2aa658a8
commit b57578f3b1
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5

View file

@ -96,7 +96,7 @@ static int fpm_event_kqueue_init(int max) /* {{{ */
/* /*
* release kqueue stuff * release kqueue stuff
*/ */
static int fpm_event_kqueue_clean() /* {{{ */ static int fpm_event_kqueue_clean(void) /* {{{ */
{ {
if (kevents) { if (kevents) {
free(kevents); free(kevents);