Alexandre Julliard pushed to branch master at wine / wine
Commits: d83fb57b by Gerald Pfeifer at 2025-09-08T20:26:20+02:00 ntdll: Fix the build of check_invalid_gsbase() on FreeBSD.
This addresses
dlls/ntdll/unix/signal_x86_64.c: In function ‘check_invalid_gsbase’: dlls/ntdll/unix/signal_x86_64.c:2067:23: error: passing argument 1 of ‘amd64_get_gsbase’ from incompatible pointer type [-Wincompatible-pointer-types] 2067 | amd64_get_gsbase( &cur_gsbase ); | ^~~~~~~~~~~ | | | ULONG_PTR * {aka long unsigned int *}
which shows with modern compilers.
- - - - -
1 changed file:
- dlls/ntdll/unix/signal_x86_64.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d83fb57b244ea18680f9d7269b26792...