somehow timespec tv_nsec had the wrong type on x86_64... fixed
[musl] / arch / i386 / bits / alltypes.h.sh
index 13658cc..c6201b9 100755 (executable)
@@ -107,7 +107,7 @@ TYPEDEF long long blkcnt_t;
 TYPEDEF unsigned long long fsblkcnt_t;
 TYPEDEF unsigned long long fsfilcnt_t;
 
-TYPEDEF struct __timer * timer_t;
+TYPEDEF void * timer_t;
 TYPEDEF int clockid_t;
 TYPEDEF unsigned long clock_t;