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

unix: use fcntl(2) libc stub on OpenBSD #179

Closed
wants to merge 1 commit into from

Commits on Nov 3, 2023

  1. unix: use fcntl(2) libc stub on OpenBSD

    Future OpenBSD releases will remove the syscall(2) interface.
    This converts the Fcntl functions to use fcntl(2) from libc,
    rather than indirectly through syscall(2).
    
    Updates golang/go#63900.
    jrick committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9c62104 View commit details
    Browse the repository at this point in the history