mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02: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:
parent
9e2aa658a8
commit
b57578f3b1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue