From cb229f614f937515b78e40701f36c26c7def01b7 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 6 Sep 2018 13:45:31 -0400 Subject: move and deduplicate declarations of __vdsosym to make it checkable --- src/time/clock_gettime.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/time') diff --git a/src/time/clock_gettime.c b/src/time/clock_gettime.c index 24128804..c24fe173 100644 --- a/src/time/clock_gettime.c +++ b/src/time/clock_gettime.c @@ -7,8 +7,6 @@ #ifdef VDSO_CGT_SYM -void *__vdsosym(const char *, const char *); - static void *volatile vdso_func; static int cgt_init(clockid_t clk, struct timespec *ts) -- cgit v1.2.1