mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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:
|
||||||
|
|||||||
@@ -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 */
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user