summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-02 06:35:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-02 06:35:51 +0000
commit326e457ca56d35543f8a0f3ce22fcc31e90b93f0 (patch)
tree594bfb1d45ed122b740419e377b83cec3c220bee /cpukit/posix
parent2006-12-20 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-326e457ca56d35543f8a0f3ce22fcc31e90b93f0.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/posix')
-rw-r--r--cpukit/posix/include/aio.h2
1 files changed, 1 insertions, 1 deletions
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 */
};
/*