semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32
[musl] / src / time / timespec_get.c
index 03c5a77..40ea9c1 100644 (file)
@@ -1,7 +1,5 @@
 #include <time.h>
 
-int __clock_gettime(clockid_t, struct timespec *);
-
 /* There is no other implemented value than TIME_UTC; all other values
  * are considered erroneous. */
 int timespec_get(struct timespec * ts, int base)