Alexandre Julliard pushed to branch master at wine / wine
Commits: 52cb060f by Gerald Pfeifer at 2025-04-07T09:49:16+02:00 ntdll: Fix build on platforms without getauxval.
Commit b1b5105ceb moved the following block
#ifdef AT_HWCAP2 if (getauxval( AT_HWCAP2 ) & 2) syscall_flags |= SYSCALL_HAVE_WRFSGSBASE; #endif
out of an #ifdef __linux__ block and it now causes failures on FreeBSD and others which do not have getauxval.
- - - - -
1 changed file:
- dlls/ntdll/unix/signal_x86_64.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/52cb060f41e96dfd2140a32b4ef70b1...