about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-11-10 15:05:39 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-11-10 15:05:39 +0100
commitc2680fd0a73cb46aadad438d3377738d257ddaa2 (patch)
treeaa782109d49a3de5a375feee213183b9d5b8b697 /src/include/debug.h
parent85c74c6bf8e361108423da996ee62a53ffeb01d1 (diff)
downloadbox64-c2680fd0a73cb46aadad438d3377738d257ddaa2.tar.gz
box64-c2680fd0a73cb46aadad438d3377738d257ddaa2.zip
Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL build
Diffstat (limited to 'src/include/debug.h')
-rw-r--r--src/include/debug.h1
1 files changed, 1 insertions, 0 deletions
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;