diff options
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/init-first.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/init-first.c b/libdiskfs/init-first.c index 1bbd75ab..f1df3dd1 100644 --- a/libdiskfs/init-first.c +++ b/libdiskfs/init-first.c @@ -25,6 +25,7 @@ static int thread_timeout = 1000 * 60 * 2; /* two minutes */ static int server_timeout = 1000 * 60 * 10; /* ten minutes */ +static any_t master_thread_function (any_t foo __attribute__ ((unused))) { error_t err; |