From 55bfc14465bff9ef67dc697ef9c1432471b7290f Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 14 Jul 2008 13:26:45 +0100 Subject: xentop: declare signal handler as static Signed-off-by: Christoph Egger --- tools/xenstat/xentop/xentop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/xenstat') 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; } -- cgit v1.2.3