From 7152a61a3ab16eacd8ecb94b81641d76c78958b0 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 15 Jan 2015 22:51:55 -0500 Subject: add FUTEX_PRIVATE macro to internal futex.h --- src/internal/futex.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal/futex.h') diff --git a/src/internal/futex.h b/src/internal/futex.h index d7bf2b7d..cf4c7951 100644 --- a/src/internal/futex.h +++ b/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 *); -- cgit v1.2.1