1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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

View File

@@ -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);