You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the epoll_data in Linux is defined as a union but wasix-libc defines it as a struct. Is it okay to fill the other fields or it should be approached as if its a union?