fix some type leakage (timer_t) from x86_64 commit
[musl] / arch / i386 / bits / alltypes.h.sh
index d68579f..a5ba060 100755 (executable)
@@ -92,7 +92,7 @@ TYPEDEF long long blkcnt_t;
 TYPEDEF unsigned long long fsblkcnt_t;
 TYPEDEF unsigned long long fsfilcnt_t;
 
-TYPEDEF int timer_t;
+TYPEDEF void * timer_t;
 TYPEDEF int clockid_t;
 TYPEDEF unsigned long clock_t;