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

[libcxx][libcxxabi] Fix build for OpenBSD #92186

Merged
merged 1 commit into from
May 17, 2024

Commits on May 14, 2024

  1. [libcxx][libcxxabi] Fix build for OpenBSD

    - No indirect syscalls on OpenBSD. Instead there is a `futex` function
      which issues a direct syscall.
    
    - monotonic clock is avaialable despite the full POSIX suite of timers
      not being available in its entirety.
    
      See https://lists.boost.org/boost-bugs/2015/07/41690.php and
      boostorg/log@c98b1f4
      for a description of an analogous problem an fix for Boost.
    Ericson2314 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    24ef89b View commit details
    Browse the repository at this point in the history