diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-29 03:18:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-29 03:18:59 +0000 |
commit | 9a7cfea9e5f6a8289e802dc6d39be521760bc525 (patch) | |
tree | 045af3bf51bab4da2b715f462452afbaebb6de13 /test/time/clocktest.c | |
parent | df80b74f4b2d282ae9b07e951a798936bb706a48 (diff) |
fixup shadowed warnings
Diffstat (limited to 'test/time/clocktest.c')
-rw-r--r-- | test/time/clocktest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/time/clocktest.c b/test/time/clocktest.c index f2b3ea73a..a5b2c09e7 100644 --- a/test/time/clocktest.c +++ b/test/time/clocktest.c @@ -7,7 +7,7 @@ volatile int gotit = 0; static void -alarm_handler (int signal) +alarm_handler (int signum) { gotit = 1; } |