diff options
-rw-r--r-- | sys/sys/aio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/aio.h b/sys/sys/aio.h index 946ac0b..9ca0920 100644 --- a/sys/sys/aio.h +++ b/sys/sys/aio.h @@ -65,9 +65,9 @@ * directly. */ struct __aiocb_private { - int status; - int error; - int privatemodes; + long status; + long error; + long privatemodes; int active; int tid; int threadinfo; |