summaryrefslogtreecommitdiff
path: root/src/time
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2018-09-06 13:45:31 -0400
committerRich Felker <dalias@aerifal.cx>2018-09-12 14:34:27 -0400
commitcb229f614f937515b78e40701f36c26c7def01b7 (patch)
tree1ba6a496c06b80397ddf7ec228ded6270d3aae4e /src/time
parent6fcd60ddd903df13402704fe6026cb1f8e780fd7 (diff)
downloadmusl-cb229f614f937515b78e40701f36c26c7def01b7.tar.gz
move and deduplicate declarations of __vdsosym to make it checkable
Diffstat (limited to 'src/time')
-rw-r--r--src/time/clock_gettime.c2
1 files changed, 0 insertions, 2 deletions
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)