Index: abi/include/abi/synch.h
===================================================================
--- abi/include/abi/synch.h	(revision 8338a81e441a841d8987874fd886687c76a0c0b0)
+++ abi/include/abi/synch.h	(revision 60876fd36c87b1471e4642d8d42e8bcf02d9d066)
@@ -45,4 +45,6 @@
 /** Interruptible operation. */
 #define SYNCH_FLAGS_INTERRUPTIBLE  (1 << 1)
+/** Futex operation (makes sleep with timeout composable). */
+#define SYNCH_FLAGS_FUTEX          (1 << 2)
 
 #endif
