summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/aio_fsync.c
diff options
context:
space:
mode:
authorAyush Awasthi <kolaveridi87@gmail.com>2012-12-19 09:49:08 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-19 09:49:08 -0500
commit9889d5172446acbc69b97fc74a44449c4d2b5351 (patch)
tree59dc2d9d0b8c94033f5d68a455161cc17815dafc /cpukit/posix/src/aio_fsync.c
parentb1efb2fab7163ec7caf95fe8cc78b31cb359e2d3 (diff)
posix: Doxygen Enhancement Task #3
http://www.google-melange.com/gci/task/view/google/gci2012/8022219
Diffstat (limited to 'cpukit/posix/src/aio_fsync.c')
-rw-r--r--cpukit/posix/src/aio_fsync.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/posix/src/aio_fsync.c b/cpukit/posix/src/aio_fsync.c
index 7021082930..0330076696 100644
--- a/cpukit/posix/src/aio_fsync.c
+++ b/cpukit/posix/src/aio_fsync.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Syncing of all Outstanding Asynchronous I/O Operations
+ * @ingroup POSIX
+ */
+
/*
* Copyright 2010, Alin Rus <alin.codejunkie@gmail.com>
*