summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/aio.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-08-20 09:08:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-08-20 09:08:05 +0000
commita45e501813f1a3f81212d2705da05ed41776e52c (patch)
tree17f9a023e6c463a504eeff76339575fcf33d37c4 /cpukit/posix/include/aio.h
parent2010-08-19 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-a45e501813f1a3f81212d2705da05ed41776e52c.tar.bz2
2010-08-16 Alin Rus <alin.codejunkie@gmail.com>
* posix/include/aio.h: Add LIO_SYNC. * posix/include/rtems/posix/aio_misc.h: Add aio_request_queue, Cosmetics. * posix/src/aio_cancel.c, posix/src/aio_fsync.c, posix/src/aio_misc.c: Rework.
Diffstat (limited to 'cpukit/posix/include/aio.h')
-rw-r--r--cpukit/posix/include/aio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/posix/include/aio.h b/cpukit/posix/include/aio.h
index bc74126287..2700dac19e 100644
--- a/cpukit/posix/include/aio.h
+++ b/cpukit/posix/include/aio.h
@@ -54,6 +54,7 @@ extern "C" {
#define LIO_READ 2 /* request a read() */
#define LIO_WRITE 3 /* request a write() */
#define LIO_NOP 4 /* no transfer is requested */
+#define LIO_SYNC 5 /* needed by aio_fsync() */
/*
* 6.7.1.1 Asynchronous I/O Control Block, P1003.1b-1993, p. 151