-
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.