summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-06-21 22:44:56 +0000
committerJeremy Katz <katzj@redhat.com>2004-06-21 22:44:56 +0000
commit55c31eabfdbd5fc4e42d0acdca025ed2fe0b1450 (patch)
tree743cbd94a68936bf2eb8805c164e483d13d828f8
parent3eb973bdfc3415cec7daef0f6dfd5fc4462a0f4e (diff)
more static
-rw-r--r--loader2/shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/shutdown.c b/loader2/shutdown.c
index 848d76027..b94a29e9c 100644
--- a/loader2/shutdown.c
+++ b/loader2/shutdown.c
@@ -32,7 +32,7 @@ extern int testing;
void disableSwap(void);
void unmountFilesystems(void);
-void rebootHandler(int signum) {
+static void rebootHandler(int signum) {
printf("rebooting system\n");
#if USE_MINILIBC
reboot(0xfee1dead, 672274793, 0x1234567);