X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=compat_futex.c;h=04de5965894a7e8317049d9af80e29e36da65f02;hb=b0b5525153fce8abae07b9573da1d5169e02eb2b;hp=e8d1e70f23d247437c83345ff3443be3f01cec36;hpb=2f3dd0a582f21370ed852cec76a0f97ed33416a5;p=urcu.git diff --git a/compat_futex.c b/compat_futex.c index e8d1e70..04de596 100644 --- a/compat_futex.c +++ b/compat_futex.c @@ -111,4 +111,5 @@ int compat_futex_async(int32_t *uaddr, int op, int32_t val, default: return -EINVAL; } + return 0; }