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

Fix calls to varargs C function fcntl #494

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

Commits on Jan 5, 2021

  1. Fix calls to varargs C function fcntl

    The ccall calling convention doesn't support varargs functions, so
    switch to capi instead. See
    https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/ffi.html#varargs-not-supported-by-ccall-calling-convention
    nrdmn committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    d61e4fd View commit details
    Browse the repository at this point in the history