nscd: fall back gracefully on kernels without AF_UNIX support
[musl] / src / time / clock.c
index c348e39..6724012 100644 (file)
@@ -1,8 +1,6 @@
 #include <time.h>
 #include <limits.h>
 
-int __clock_gettime(clockid_t, struct timespec *);
-
 clock_t clock()
 {
        struct timespec ts;