X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=compat_futex.c;h=04de5965894a7e8317049d9af80e29e36da65f02;hp=e8d1e70f23d247437c83345ff3443be3f01cec36;hb=bc2433a9853a945a825c244e9ccfe341b73b2ceb;hpb=2f3dd0a582f21370ed852cec76a0f97ed33416a5 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; }