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
* Always cast `pread`, `lseek` etc. offsets to `off_t`.
When calling libc functions that take `off_t` arguments, always cast to
`off_t`. On platforms where this cast is a no-op, these casts should be
optimized away. This eliminates the need for explicit `cfg`s for
platforms which need the casts.
Fixesbytecodealliance#1432.
* Convert `fallocate`'s length to off_t too.
0 commit comments