April 30, 2026
5:27 a.m.
On Thu Apr 30 05:27:18 2026 +0000, Elizabeth Figura wrote:
In that case we should probably change the PR_SET_SYSCALL_USER_DISPATCH define below. I'm not really sure what you mean? I don't see a define below?
- Do you mean moving the definition down? I tried to keep it near the top to make sure we don't get into a situation where we accidentally use it above the definition. - Do you mean removing the ifdefs, since it's now always defined? Then they'd have to be replaced by `ifdef __linux__` I suppose. I thought it's clearer to keep the existing ifdefs. Then one can see what's depending on these (and potentially revert this commit once kernel 5.11 is old). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10774#note_138304