Changeset e9c1b5f in rtems
- Timestamp:
- Jan 2, 2007, 6:34:57 AM (14 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 227afd10
- Parents:
- cd92748
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rcd92748 re9c1b5f 1 2007-01-02 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * posix/include/aio.h: s/aoi_lio_opcode/aio_lio_opcode/ 4 (BZ 1203). 5 1 6 2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org> 2 7 -
cpukit/posix/include/aio.h
rcd92748 re9c1b5f 60 60 int aio_reqprio; /* Request priority offset */ 61 61 struct sigevent aio_sigevent; /* Signal number and value */ 62 int a oi_lio_opcode; /* Operation to be performed */62 int aio_lio_opcode; /* Operation to be performed */ 63 63 }; 64 64
Note: See TracChangeset
for help on using the changeset viewer.