dns: handle early eof in tcp fallback
[musl] / src / sched / sched_getcpu.c
index e08cfdf..4ec5eaf 100644 (file)
@@ -6,8 +6,6 @@
 
 #ifdef VDSO_GETCPU_SYM
 
-void *__vdsosym(const char *, const char *);
-
 static void *volatile vdso_func;
 
 typedef long (*getcpu_f)(unsigned *, unsigned *, void *);