compat_futex_async: fix missing return
[urcu.git] / compat_futex.c
index e8d1e70f23d247437c83345ff3443be3f01cec36..04de5965894a7e8317049d9af80e29e36da65f02 100644 (file)
@@ -111,4 +111,5 @@ int compat_futex_async(int32_t *uaddr, int op, int32_t val,
        default:
                return -EINVAL;
        }
+       return 0;
 }
This page took 0.022733 seconds and 4 git commands to generate.