5 Mar
2024
5 Mar
'24
6:43 p.m.
Brendan Shanks (@bshanks) commented about dlls/ntdll/unix/sync.c:
return ticks_from_time_t( now.tv_sec ) + now.tv_usec * 10 - server_start_time; }
- #ifdef __linux__
+#define HAVE_FUTEX
This seems like it could be confusing, since `HAVE_` defines are usually set by configure. Maybe `USE_FUTEX`? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5237#note_63567