wasix-org / wasix-libc

wasix libc implementation for WebAssembly
https://wasi.dev
Other
114 stars 19 forks source link

Implementation for `epoll_data` differs from Linux #31

Open nikneym opened 10 months ago

nikneym commented 10 months ago

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?