diff options
Diffstat (limited to 'tests/fs-tests/stress/atoms/rndrm00.c')
-rw-r--r-- | tests/fs-tests/stress/atoms/rndrm00.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fs-tests/stress/atoms/rndrm00.c b/tests/fs-tests/stress/atoms/rndrm00.c index 724b1c3..75e163c 100644 --- a/tests/fs-tests/stress/atoms/rndrm00.c +++ b/tests/fs-tests/stress/atoms/rndrm00.c @@ -30,7 +30,7 @@ #include "tests.h" -void rndrm00(void) +static void rndrm00(void) { int64_t repeat; int64_t size, this_size; @@ -100,14 +100,14 @@ void rndrm00(void) /* Title of this test */ -const char *rndrm00_get_title(void) +static const char *rndrm00_get_title(void) { return "Randomly create and remove directories and files"; } /* Description of this test */ -const char *rndrm00_get_description(void) +static const char *rndrm00_get_description(void) { return "Create a directory named rndrm00_test_dir_pid, where " \ |