mirror of
https://github.com/php/php-src.git
synced 2024-12-02 22:34:55 +08: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:
commit
6d50e58197
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user