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
…r=RalfJung
shims/linux: move epoll and eventfd into their own respective files
Also put the FD types into those files; they can then even be made private there.
We are a little inconsistent with how we name
*u8
and[u8]
. Sometimes we use the termbuf
to mean a*u8
:Or it could mean
[u8]
:In other cases, we use
bytes
to mean[u8]
:I think we should fix this. What would you all think about standardizing on
buf
being used to represent*u8
, andbytes
being[u8]
?The text was updated successfully, but these errors were encountered: