overhaul pthread cancellation
[musl] / src / thread / __timedwait.c
index 5c84e80..b1d3af2 100644 (file)
@@ -2,7 +2,7 @@
 #include <errno.h>
 #include "futex.h"
 #include "syscall.h"
-#include <stdio.h>
+
 int __timedwait(volatile int *addr, int val, clockid_t clk, const struct timespec *at, int priv)
 {
        int r;