diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-11-26 12:29:20 +0100 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-11-26 12:32:28 +0100 |
commit | d1d9eaf478b7d3a11a599c120498b79fe5629a61 (patch) | |
tree | 47bc37ce2eddc0e89daf81a0650a332066d59541 /rt/aio.h | |
parent | 246b27983b908a241f025ccc2afe87a9e6f32203 (diff) | |
download | glibc-d1d9eaf478b7d3a11a599c120498b79fe5629a61.tar glibc-d1d9eaf478b7d3a11a599c120498b79fe5629a61.tar.gz glibc-d1d9eaf478b7d3a11a599c120498b79fe5629a61.tar.bz2 glibc-d1d9eaf478b7d3a11a599c120498b79fe5629a61.zip |
Use __glibc_reserved instead __unused.
Diffstat (limited to 'rt/aio.h')
-rw-r--r-- | rt/aio.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |