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

Use off_t instead of off64_t #237

Merged
merged 1 commit into from
Feb 6, 2023
Merged

Use off_t instead of off64_t #237

merged 1 commit into from
Feb 6, 2023

Commits on Dec 15, 2022

  1. Use off_t instead of off64_t

    Pass _FILE_OFFSET_BITS=64 to ensure 64bit off_t
    
    This helps building efivar for 32bit arches on systems using musl C
    library. It works with glibc since _GNU_SOURCE defines
    _LARGEFILE64_SOURCE as well, this feature test macro enables the 64bit
    interfaces which were done as intermediate steps when transition to
    66-bit off_t was done as part olf LFS64 support.
    
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    356e969 View commit details
    Browse the repository at this point in the history