diff options
Diffstat (limited to 'rt/aio.h')
-rw-r--r-- | rt/aio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/aio.h b/rt/aio.h index 23d602dec7..fd2f15dbd6 100644 --- a/rt/aio.h +++ b/rt/aio.h @@ -54,7 +54,7 @@ struct aiocb #else __off64_t aio_offset; /* File offset. */ #endif - char __unused[32]; + char __glibc_reserved[32]; }; /* The same for the 64bit offsets. Please note that the members aio_fildes @@ -77,7 +77,7 @@ struct aiocb64 __ssize_t __return_value; __off64_t aio_offset; /* File offset. */ - char __unused[32]; + char __glibc_reserved[32]; }; #endif |