mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 06:35:01 +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_reqprio; /* Request priority -- ignored */
|
||||
struct __aiocb_private _aiocb_private;
|
||||
#ifndef __rtems__
|
||||
struct sigevent aio_sigevent; /* Signal to deliver */
|
||||
#endif
|
||||
} aiocb_t;
|
||||
|
||||
#ifndef _KERNEL
|
||||
|
Reference in New Issue
Block a user