fix __WORDSIZE on x32 sys/user.h
[musl] / arch / x32 / bits / user.h
index 4073cc0..eac82a1 100644 (file)
@@ -1,5 +1,5 @@
 #undef __WORDSIZE
-#define __WORDSIZE 64
+#define __WORDSIZE 32
 
 typedef struct user_fpregs_struct {
        uint16_t cwd, swd, ftw, fop;