mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
fix function declaration isn't a prototype [-Wstrict-prototypes]
This commit is contained in:
parent
dc3641ea0f
commit
0d1bf582ce
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,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.
|
// Return non-zero if the parent is dead. 0 if still alive.
|
||||||
if (!s_ppid) {
|
if (!s_ppid) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue