summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-02 06:34:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-02 06:34:57 +0000
commite9c1b5f7739165d1cab908a9468d4d754ed88dc3 (patch)
treeeeeaa454ccb74266e5aa5058111f5bb95ae6a702 /cpukit
parent2006-12-20 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e9c1b5f7739165d1cab908a9468d4d754ed88dc3.tar.bz2
2007-01-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/include/aio.h: s/aoi_lio_opcode/aio_lio_opcode/ (BZ 1203).
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/posix/include/aio.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index a008768ecc..63a4c9d216 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -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,
diff --git a/cpukit/posix/include/aio.h b/cpukit/posix/include/aio.h
index 48c955a555..f5f38f3d86 100644
--- a/cpukit/posix/include/aio.h
+++ b/cpukit/posix/include/aio.h
@@ -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 */
};
/*