aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-14 13:26:45 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-14 13:26:45 +0100
commit55bfc14465bff9ef67dc697ef9c1432471b7290f (patch)
tree6a74cf8549a81599948b84f35c76429305a2c498 /tools/xenstat
parent63d459b855d9935fdae90663605263c1ecc93aae (diff)
downloadxen-55bfc14465bff9ef67dc697ef9c1432471b7290f.tar.gz
xen-55bfc14465bff9ef67dc697ef9c1432471b7290f.tar.bz2
xen-55bfc14465bff9ef67dc697ef9c1432471b7290f.zip
xentop: declare signal handler as static
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/xenstat')
-rw-r--r--tools/xenstat/xentop/xentop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenstat/xentop/xentop.c b/tools/xenstat/xentop/xentop.c
index 4d85e64ff8..460feca227 100644
--- a/tools/xenstat/xentop/xentop.c
+++ b/tools/xenstat/xentop/xentop.c
@@ -1015,7 +1015,7 @@ static void top(void)
static int signal_exit;
-void signal_exit_handler(int sig)
+static void signal_exit_handler(int sig)
{
signal_exit = 1;
}