diff options
Diffstat (limited to 'posix/tst-chmod.c')
-rw-r--r-- | posix/tst-chmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/tst-chmod.c b/posix/tst-chmod.c index 70f4de0776..7d26655776 100644 --- a/posix/tst-chmod.c +++ b/posix/tst-chmod.c @@ -36,7 +36,7 @@ goto fail; \ } while (0) -int +static int do_test (int argc, char *argv[]) { const char *builddir; |