summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/aio_suspend.c
diff options
context:
space:
mode:
authorAyush Awasthi <kolaveridi87@gmail.com>2012-12-18 15:42:30 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-18 15:42:30 -0500
commitd527562eee32b766b7aa3babeb50842b011bddb6 (patch)
tree3cf591eae2aaeed0e602b5645dd51c2ade626bd3 /cpukit/posix/src/aio_suspend.c
parentposix: Doxygen Enhancement Task #12 (diff)
downloadrtems-d527562eee32b766b7aa3babeb50842b011bddb6.tar.bz2
posix: Doxygen Enhancement Task #11
http://www.google-melange.com/gci/task/view/google/gci2012/7987221
Diffstat (limited to 'cpukit/posix/src/aio_suspend.c')
-rw-r--r--cpukit/posix/src/aio_suspend.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/posix/src/aio_suspend.c b/cpukit/posix/src/aio_suspend.c
index c42ee83be5..60c4af1389 100644
--- a/cpukit/posix/src/aio_suspend.c
+++ b/cpukit/posix/src/aio_suspend.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Suspends Process until Asynchronous I/O Operation completes
+ * @ingroup POSIX
+ */
+
/*
* 6.7.7 Wait for Asynchronous I/O Request, P1003.1b-1993, p. 164
*