X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=compat_futex.c;fp=compat_futex.c;h=04de5965894a7e8317049d9af80e29e36da65f02;hp=e8d1e70f23d247437c83345ff3443be3f01cec36;hb=1494da881dc07bbe749fd37b1d2448b14d729f3f;hpb=4906d39806200a81e2f66ef5380974890c4e00c6 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; }