From 13433395f2fd808006cd07b05b79cae193c6ecb9 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 11 Jun 2010 19:22:42 +0200 Subject: silence some warnings about missing prototypes Signed-off-by: Bernhard Reutner-Fischer --- libc/stdlib/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdlib') diff --git a/libc/stdlib/system.c b/libc/stdlib/system.c index 4f54d1df9..acd86761d 100644 --- a/libc/stdlib/system.c +++ b/libc/stdlib/system.c @@ -17,6 +17,7 @@ #include #endif +extern __typeof(system) __libc_system; /* TODO: the cancellable version breaks on sparc currently, * need to figure out why still @@ -28,7 +29,6 @@ # define vfork fork #endif -extern __typeof(system) __libc_system; int __libc_system(const char *command) { int wait_val, pid; -- cgit v1.2.3