We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db73a6 commit d8039b8Copy full SHA for d8039b8
system/lib/libc/musl/arch/emscripten/bits/alltypes.h
@@ -91,9 +91,9 @@ typedef long suseconds_t;
91
#if defined(__NEED_pthread_attr_t) && !defined(__DEFINED_pthread_attr_t)
92
typedef struct {
93
union {
94
- int __i[9];
95
- volatile int __vi[9];
96
- unsigned __s[9];
+ int __i[10];
+ volatile int __vi[10];
+ unsigned __s[10];
97
} __u;
98
#ifdef __EMSCRIPTEN__
99
// For canvas transfer implementation in Emscripten, use an extra control field
0 commit comments