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

Fetch stdatomic.h from system on FreeBSD #574

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 18, 2024

  1. Fetch stdatomic.h from system on FreeBSD

    Add `stdatomic.h` to the set of headers that must be copied over from
    `/usr/include` on FreeBSD because it is not included in the clang
    resources on that system
    
    `stdatomic.h` is not listed in the C standard as a freestanding header
    but many atomic operations (in particular all the atomic operations the
    OCaml runtime uses) are really compiler builtins
    shym committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0bd9fcf View commit details
    Browse the repository at this point in the history