debuggers.hg
changeset 18088:750919688b61
xentop: declare signal handler as static
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Mon Jul 14 13:26:45 2008 +0100 (2008-07-14) |
parents | 20dca27907d9 |
children | e3ead65e75b2 |
files | tools/xenstat/xentop/xentop.c |
line diff
1.1 --- a/tools/xenstat/xentop/xentop.c Mon Jul 14 13:13:39 2008 +0100 1.2 +++ b/tools/xenstat/xentop/xentop.c Mon Jul 14 13:26:45 2008 +0100 1.3 @@ -1015,7 +1015,7 @@ static void top(void) 1.4 1.5 static int signal_exit; 1.6 1.7 -void signal_exit_handler(int sig) 1.8 +static void signal_exit_handler(int sig) 1.9 { 1.10 signal_exit = 1; 1.11 }