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

Define correct off64_t for AIX #6376

Merged
merged 3 commits into from
Feb 14, 2023
Merged

Define correct off64_t for AIX #6376

merged 3 commits into from
Feb 14, 2023

Commits on Aug 9, 2022

  1. On AIX, off64_t is equivalent to long long.

    See `/usr/include/sys/types.h` on AIX.
    Kai Luo authored and bzEq committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    e8ce806 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Include <stdint.h>

    bzEq committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    1fde70b View commit details
    Browse the repository at this point in the history
  2. Revert "Include <stdint.h>"

    This reverts commit 1fde70b.
    bzEq committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    062f569 View commit details
    Browse the repository at this point in the history