Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable large-file support on i386-linux-gnu #9478

Merged
merged 1 commit into from
Sep 10, 2020

Commits on Jun 14, 2020

  1. Enable large-file support on i386-linux-gnu

    Without large-file support `File.open`, `File.info`, `Dir#read`
    fail for files whose size is larger than 2G or whose inode
    number is larger than 4G on 32-bit linux.
    
    This commit enables large-file support by using type definitions,
    function names and structure members when _FILE_OFFSET_BITS=64
    is defined in C.
    kubo committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    aac1a80 View commit details
    Browse the repository at this point in the history