2007-01-02 Ralf Corsépius <ralf.corsepius@rtems.org>

* posix/include/aio.h: s/aoi_lio_opcode/aio_lio_opcode/
	(BZ 1203).
This commit is contained in:
Ralf Corsepius
2007-01-02 06:34:57 +00:00
parent cd927486f9
commit e9c1b5f773
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-01-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/include/aio.h: s/aoi_lio_opcode/aio_lio_opcode/
(BZ 1203).
2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* backward/rtc.h, backward/vmeintr.h, backward/confdefs.h,

View File

@@ -59,7 +59,7 @@ struct aiocb {
size_t aio_nbytes; /* Length of transfer */
int aio_reqprio; /* Request priority offset */
struct sigevent aio_sigevent; /* Signal number and value */
int aoi_lio_opcode; /* Operation to be performed */
int aio_lio_opcode; /* Operation to be performed */
};
/*