summaryrefslogtreecommitdiff
path: root/libc/stdlib/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdlib/system.c')
-rw-r--r--libc/stdlib/system.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/stdlib/system.c b/libc/stdlib/system.c
index b15d601aa..b365ef82e 100644
--- a/libc/stdlib/system.c
+++ b/libc/stdlib/system.c
@@ -10,8 +10,7 @@
#define vfork fork
#endif
-int __libc_system(command)
-char *command;
+int __libc_system(char *command)
{
int wait_val, pid;
__sighandler_t save_quit, save_int, save_chld;