Make fd_count function static in test_fd_tracker.c
[lttng-tools.git] / tests / unit / test_fd_tracker.c
index cb192ff80019d95b1932502c501f4882e9fbb533..0de1729e6b6808e690c406db42e6d247f0790324 100644 (file)
@@ -76,6 +76,7 @@ void get_temporary_directories(char **_test_directory, char **_unlink_directory)
        }
 }
 
+static
 int fd_count(void)
 {
        DIR *dir;
This page took 0.02349 seconds and 5 git commands to generate.