mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: fix function declaration isn't a prototype [-Wstrict-prototypes]
This commit is contained in:
@@ -302,7 +302,7 @@ void lsapi_perror(const char * pMessage, int err_no)
|
||||
}
|
||||
|
||||
|
||||
static int lsapi_parent_dead()
|
||||
static int lsapi_parent_dead(void)
|
||||
{
|
||||
// Return non-zero if the parent is dead. 0 if still alive.
|
||||
if (!s_ppid) {
|
||||
|
||||
Reference in New Issue
Block a user