qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] darwin-user: Add missing static attribute


From: Stefan Weil
Subject: [Qemu-devel] [PATCH] darwin-user: Add missing static attribute
Date: Thu, 6 May 2010 22:19:20 +0200

Function usage is only used locally, so add "static".

Signed-off-by: Stefan Weil <address@hidden>
---
 darwin-user/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/darwin-user/main.c b/darwin-user/main.c
index ade7d48..175e12f 100644
--- a/darwin-user/main.c
+++ b/darwin-user/main.c
@@ -704,7 +704,7 @@ void cpu_loop(CPUX86State *env)
 }
 #endif
 
-void usage(void)
+static void usage(void)
 {
     printf("qemu-" TARGET_ARCH " version " QEMU_VERSION ", Copyright (c) 
2003-2004 Fabrice Bellard\n"
            "usage: qemu-" TARGET_ARCH " [-h] [-d opts] [-L path] [-s size] 
program [arguments...]\n"
-- 
1.7.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]