for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo
[musl] / src / time / clock_gettime.c
index 2412880..8fd1b8f 100644 (file)
@@ -2,13 +2,10 @@
 #include <errno.h>
 #include <stdint.h>
 #include "syscall.h"
-#include "libc.h"
 #include "atomic.h"
 
 #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)