Index: abi/include/abi/synch.h
===================================================================
--- abi/include/abi/synch.h	(revision 8338a81e441a841d8987874fd886687c76a0c0b0)
+++ abi/include/abi/synch.h	(revision 81193639c9f3af3b65a6ea46f1f7422d4d3bec12)
@@ -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
