summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/fsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/fsync.c')
-rw-r--r--cpukit/libcsupport/src/fsync.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/fsync.c b/cpukit/libcsupport/src/fsync.c
index 2bdf982090..885d32718a 100644
--- a/cpukit/libcsupport/src/fsync.c
+++ b/cpukit/libcsupport/src/fsync.c
@@ -1,6 +1,11 @@
-/*
- * fsync() - POSIX 1003.1b 6.6.1 - Synchronize the State of a File
+/**
+ * @file
*
+ * @brief Synchronize the State of a File
+ * @ingroup libcsupport
+ */
+
+/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
@@ -18,6 +23,9 @@
#include <rtems/libio_.h>
#include <rtems/seterr.h>
+/**
+ * POSIX 1003.1b 6.6.1 - Synchronize the State of a File
+ */
int fsync(
int fd
)