mirror of https://github.com/mirror/busybox.git
Squash a warning by making function declaration a proper prototype
parent
29f9b2fbdb
commit
ece8fc2b9b
|
@ -1532,7 +1532,7 @@ void free_memory(void)
|
|||
/* Make sure we have a controlling tty. If we get started under a job
|
||||
* aware app (like bash for example), make sure we are now in charge so
|
||||
* we don't fight over who gets the foreground */
|
||||
static void setup_job_control()
|
||||
static void setup_job_control(void)
|
||||
{
|
||||
int status;
|
||||
|
||||
|
|
Loading…
Reference in New Issue