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:35:51 +00:00
parent 3f933c9b91
commit 326e457ca5
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-18 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de> 2006-12-18 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* libblock/src/bdbuf.c: * libblock/src/bdbuf.c:

View File

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