Explorar el Código

add FUTEX_PRIVATE macro to internal futex.h

Rich Felker hace 10 años
padre
commit
7152a61a3a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/internal/futex.h

+ 2 - 0
src/internal/futex.h

@@ -12,6 +12,8 @@
 #define FUTEX_TRYLOCK_PI	8
 #define FUTEX_WAIT_BITSET	9
 
+#define FUTEX_PRIVATE 128
+
 #define FUTEX_CLOCK_REALTIME 256
 
 int __futex(volatile int *, int, int, void *);