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
On 32-bit systems, as the off_t type is 32bit, if we want to perform fallocate for a big file >4GB, we need to use the fallocate64 API. However we do not have this API yet in the nix crate.
On 32-bit systems, as the
off_ttype is 32bit, if we want to performfallocatefor a big file >4GB, we need to use thefallocate64API. However we do not have this API yet in the nix crate.