X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Ffutex.h;h=cf4c79513e240777b2a2335e604e41814206db26;hb=4e98cce1c529a304d7b55b5455078b9532f93e9b;hp=d7bf2b7d4aad405479fc9fb31e1a7dfeb3e946bc;hpb=ec381af90208a5675183202cf05078eac208edfb;p=musl 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 *);