X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Ffutex.h;h=d7bf2b7d4aad405479fc9fb31e1a7dfeb3e946bc;hb=2d0f495e7bbcc1b17bf118b939e347e2d771fa2f;hp=c0453822d5e5f13dc2175610c15c6543dd5a19c6;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/src/internal/futex.h b/src/internal/futex.h index c0453822..d7bf2b7d 100644 --- a/src/internal/futex.h +++ b/src/internal/futex.h @@ -10,6 +10,9 @@ #define FUTEX_LOCK_PI 6 #define FUTEX_UNLOCK_PI 7 #define FUTEX_TRYLOCK_PI 8 +#define FUTEX_WAIT_BITSET 9 + +#define FUTEX_CLOCK_REALTIME 256 int __futex(volatile int *, int, int, void *);