floating point environment, untested
[oweals/musl.git] / src / thread / __timedwait.c
index 5c84e80c1ad7556fc0b94b3c46e4a0fa47e33f00..b1d3af2382fa36ba8715c0731c650873512caff6 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;