[Git][wine/wine][master] 4 commits: ntdll: Move NT syscall Unix-side support to a new syscall.c file.
Alexandre Julliard pushed to branch master at wine / wine Commits: d1415ab2 by Alexandre Julliard at 2026-01-23T11:14:38+01:00 ntdll: Move NT syscall Unix-side support to a new syscall.c file. - - - - - f43402cd by Alexandre Julliard at 2026-01-23T20:56:42+01:00 ntdll: Add syscall wrappers to work around ABI breakages. To work around clang assuming that function parameters are extended by the caller, cf. https://github.com/llvm/llvm-project/issues/12579, and macOS ABI incompatibilities on ARM64. - - - - - 2a61baa1 by Alexandre Julliard at 2026-01-23T20:56:42+01:00 win32u: Add syscall wrappers to work around the macOS ABI breakage on ARM64. - - - - - 862211e2 by Alexandre Julliard at 2026-01-23T20:58:55+01:00 ntdll/tests: Mark a test that sometimes fails as flaky. We can't assume that available disk space won't change while running the test. - - - - - 5 changed files: - dlls/ntdll/Makefile.in - dlls/ntdll/tests/file.c - dlls/ntdll/unix/loader.c - + dlls/ntdll/unix/syscall.c - dlls/win32u/syscall.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bf8fec87a81cf0120df2643495093d... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bf8fec87a81cf0120df2643495093d... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)