From c2680fd0a73cb46aadad438d3377738d257ddaa2 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 10 Nov 2023 15:05:39 +0100 Subject: Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL build --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/debug.h') diff --git a/src/include/debug.h b/src/include/debug.h index 53afd3f6..ee4d7700 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -89,6 +89,7 @@ extern int box64_novulkan; // disabling the use of wrapped vulkan extern int box64_showsegv; // show sigv, even if a signal handler is present extern int box64_showbt; // show a backtrace if a signal is caught extern int box64_isglibc234; // is the program linked with glibc 2.34+ +extern int box64_futex_waitv; extern int box64_x11threads; extern int box64_x11glx; extern char* box64_libGL; -- cgit 1.4.1