summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-05 12:48:38 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-05 12:48:38 -0500
commit25ed473ebf5afc962f20c785d2193b351c3e414a (patch)
treed2f5c40cc3faf020bd52bcf56ed84291b14a6d20
parentrtems-bsd-config.h.in: Assume <sys/cdefs.h> is OK to use (diff)
downloadrtems-libbsd-25ed473ebf5afc962f20c785d2193b351c3e414a.tar.bz2
aio.h: Disable unused field
-rw-r--r--freebsd/sys/aio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/aio.h b/freebsd/sys/aio.h
index f68888f3..cff3d78c 100644
--- a/freebsd/sys/aio.h
+++ b/freebsd/sys/aio.h
@@ -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