mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 07:05:20 +08:00
aio.h: Disable unused field
This commit is contained in:
@@ -73,7 +73,9 @@ typedef struct aiocb {
|
|||||||
int aio_lio_opcode; /* LIO opcode */
|
int aio_lio_opcode; /* LIO opcode */
|
||||||
int aio_reqprio; /* Request priority -- ignored */
|
int aio_reqprio; /* Request priority -- ignored */
|
||||||
struct __aiocb_private _aiocb_private;
|
struct __aiocb_private _aiocb_private;
|
||||||
|
#ifndef __rtems__
|
||||||
struct sigevent aio_sigevent; /* Signal to deliver */
|
struct sigevent aio_sigevent; /* Signal to deliver */
|
||||||
|
#endif
|
||||||
} aiocb_t;
|
} aiocb_t;
|
||||||
|
|
||||||
#ifndef _KERNEL
|
#ifndef _KERNEL
|
||||||
|
Reference in New Issue
Block a user