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

getpagesize() was removed from OSX (and posix) #177

Merged
merged 3 commits into from
Sep 30, 2024

Commits on Sep 28, 2024

  1. getpagesize() was removed from OSX

    PAGE_SIZE is a macro that can be used (which I'm guessing is defined to be `sysconf(_SC_PAGESIZE)` probably)
    partouf authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    776027d View commit details
    Browse the repository at this point in the history
  2. logic better

    partouf authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b0e3c0f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Update from_current.cpp

    partouf authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    5524636 View commit details
    Browse the repository at this point in the history