about summary refs log tree commit diff
path: root/rt/tst-clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/tst-clock.c')
-rw-r--r--rt/tst-clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/tst-clock.c b/rt/tst-clock.c
index d9a41e0d5c..095fca87fa 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;