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