about summary refs log tree commit diff
path: root/src/internal/futex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/futex.h')
-rw-r--r--src/internal/futex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/internal/futex.h b/src/internal/futex.h
index c0453822..d7bf2b7d 100644
--- a/src/internal/futex.h
+++ b/src/internal/futex.h
@@ -10,6 +10,9 @@
 #define FUTEX_LOCK_PI		6
 #define FUTEX_UNLOCK_PI		7
 #define FUTEX_TRYLOCK_PI	8
+#define FUTEX_WAIT_BITSET	9
+
+#define FUTEX_CLOCK_REALTIME 256
 
 int __futex(volatile int *, int, int, void *);