From de149cdbaf9327b5dbb85b1a473fce5c6ec7951f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 27 Dec 2000 20:26:07 +0000 Subject: Make local functions static. --- rt/tst-clock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rt/tst-clock.c') diff --git a/rt/tst-clock.c b/rt/tst-clock.c index d9a41e0..095fca8 100644 --- a/rt/tst-clock.c +++ b/rt/tst-clock.c @@ -28,7 +28,7 @@ /* We expect to run at least 10 seconds. */ #define TIMEOUT 15 -int +static int clock_test (clockid_t cl) { struct timespec old_ts; @@ -101,7 +101,7 @@ clock_test (clockid_t cl) return result; } -int +static int do_test (void) { clockid_t cl; -- cgit v1.1