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