We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc230d commit c6ee211Copy full SHA for c6ee211
1 file changed
libc-bottom-half/headers/public/wasi.h
@@ -297,7 +297,7 @@ typedef struct __wasi_event_t {
297
__wasi_userdata_t userdata;
298
__wasi_errno_t error;
299
__wasi_eventtype_t type;
300
- union __wasi_event_u {
+ union {
301
struct {
302
__wasi_filesize_t nbytes;
303
__wasi_eventrwflags_t flags;
@@ -511,7 +511,7 @@ _Static_assert(sizeof(void *) != 8 ||
511
typedef struct __wasi_subscription_t {
512
513
514
- union __wasi_subscription_u {
515
516
__wasi_userdata_t identifier;
517
__wasi_clockid_t clock_id;
0 commit comments