aio.h: Disable unused field

This commit is contained in:
Joel Sherrill
2012-09-05 12:48:38 -05:00
parent 3b4d5c480b
commit 25ed473ebf

View File

@@ -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