X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=compat_futex.c;h=04de5965894a7e8317049d9af80e29e36da65f02;hb=7d5dc80de0522da1b8bc3656646ea39c15481594;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; }