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
Fixing size of LibC structures for file access to handle iNodes of 64 bits.
This is needed in 32 bits systems that runs in a container or have big disks.
It requires adding _FILE_OFFSET_BITS=64 compile option.