diff options
author | Rich Felker <dalias@aerifal.cx> | 2018-09-06 13:45:31 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018-09-12 14:34:27 -0400 |
commit | cb229f614f937515b78e40701f36c26c7def01b7 (patch) | |
tree | 1ba6a496c06b80397ddf7ec228ded6270d3aae4e /src/time/clock_gettime.c | |
parent | 6fcd60ddd903df13402704fe6026cb1f8e780fd7 (diff) | |
download | musl-cb229f614f937515b78e40701f36c26c7def01b7.tar.gz musl-cb229f614f937515b78e40701f36c26c7def01b7.tar.xz musl-cb229f614f937515b78e40701f36c26c7def01b7.zip |
move and deduplicate declarations of __vdsosym to make it checkable
Diffstat (limited to 'src/time/clock_gettime.c')
-rw-r--r-- | src/time/clock_gettime.c | 2 |
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) |