diff options
| author | Jeremy Katz <katzj@redhat.com> | 2004-06-21 22:44:56 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2004-06-21 22:44:56 +0000 |
| commit | 55c31eabfdbd5fc4e42d0acdca025ed2fe0b1450 (patch) | |
| tree | 743cbd94a68936bf2eb8805c164e483d13d828f8 /loader2 | |
| parent | 3eb973bdfc3415cec7daef0f6dfd5fc4462a0f4e (diff) | |
more static
Diffstat (limited to 'loader2')
| -rw-r--r-- | loader2/shutdown.c | 2 |
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); |
