Samuel Thibault преди 9 години
родител
ревизия
7de2bd3728
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/core/disk_ops/unistd/disk_unistd_global.c

+ 1 - 1
src/core/disk_ops/unistd/disk_unistd_global.c

@@ -407,7 +407,7 @@ void starpu_unistd_global_wait_request(void *async_channel)
                 values = aio_suspend(&aiocb, 1, NULL);
                 myerrno = errno;
         }
-        ret = aio_error(&aiocb);
+        ret = aio_error(aiocb);
         STARPU_ASSERT_MSG(!ret, "aio_error returned %d", ret);
 }