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

runtime: add runtime.fcntl link directives #4481

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Commits on Oct 18, 2024

  1. runtime: add fcntl wrapper for syscall

    Signed-off-by: leongross <[email protected]>
    leongross committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e7fa234 View commit details
    Browse the repository at this point in the history
  2. runtime: update linker

    Signed-off-by: leongross <[email protected]>
    leongross committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6b15f6b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. fcntl: musl wrapper, move to syscall_unix.go, os_linux

    Signed-off-by: leongross <[email protected]>
    leongross committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7a2e938 View commit details
    Browse the repository at this point in the history