summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-02 06:36:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-02 06:36:31 +0000
commit58fda497c430f1b75721c5644d3164c7afdfefa9 (patch)
tree9abcada4da2fbb3ada756cefe4ff976d9f2003c2
parentacd36d7a13fe149e4e6213aeb4ecc24bac072b43 (diff)
2007-01-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/include/aio.h: s/aoi_lio_opcode/aio_lio_opcode/ (BZ 1203).
-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 d19bedc0c2..2ad07c8483 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-04-24 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-4.6.6.
diff --git a/cpukit/posix/include/aio.h b/cpukit/posix/include/aio.h
index 8fc18a59f2..26b4edaffe 100644
--- a/cpukit/posix/include/aio.h
+++ b/cpukit/posix/include/aio.h
@@ -56,7 +56,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 */
};
/*