Whamcloud - gitweb
LU-8191 tests: convert functions to static
[fs/lustre-release.git] / lustre / tests / write_time_limit.c
index 0988f54..dfcc75a 100644 (file)
@@ -48,7 +48,7 @@
 volatile sig_atomic_t keep_going = 1;
 
 /* The signal handler just clears the flag and re-enables itself. */
-void catch_alarm(int sig)
+static void catch_alarm(int sig)
 {
        keep_going = 0;
        signal(sig, catch_alarm);