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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user