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

Haiku: Add Haiku support for CoreCLR/PAL #93907

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 30, 2024

  1. Haiku: Add Haiku support for CoreCLR/PAL

    This contains a part of the code required to build CoreCLR and get
    `paltests` to pass on Haiku.
    
    This commit covers `src/coreclr/pal/**`.
    
    Co-authored-by: Jessica Hamilton <[email protected]>
    trungnt2910 and jessicah committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f6870aa View commit details
    Browse the repository at this point in the history
  2. Try removing problematic wcsnlen function

    This conflicts with the standard one already included through `wctype.h` in some POSIX OSes like Haiku.
    trungnt2910 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    56ff51f View commit details
    Browse the repository at this point in the history