Skip to content

Version 9.0.22

Compare
Choose a tag to compare
@tesonep tesonep released this 30 Mar 07:51
· 1739 commits to pharo-10 since this release

v9.0.22

  • 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.