Merge branch 'master' into urcu/ht
[urcu.git] / compat_futex.c
index 3f1d1ef3410a91d4ae432080debcba4c6a17e387..04de5965894a7e8317049d9af80e29e36da65f02 100644 (file)
@@ -88,8 +88,6 @@ end:
 int compat_futex_async(int32_t *uaddr, int op, int32_t val,
        const struct timespec *timeout, int32_t *uaddr2, int32_t val3)
 {
-       int ret, i;
-
        /*
         * Check if NULL. Don't let users expect that they are taken into
         * account. 
@@ -113,4 +111,5 @@ int compat_futex_async(int32_t *uaddr, int op, int32_t val,
        default:
                return -EINVAL;
        }
+       return 0;
 }
This page took 0.02248 seconds and 4 git commands to generate.