summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/aio.h
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/posix/include/aio.h
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/posix/include/aio.h')
-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 */
};
/*