summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/sys/statvfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/include/sys/statvfs.h')
-rw-r--r--cpukit/libcsupport/include/sys/statvfs.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/cpukit/libcsupport/include/sys/statvfs.h b/cpukit/libcsupport/include/sys/statvfs.h
index 1029eb3c6b..8fefdcaba7 100644
--- a/cpukit/libcsupport/include/sys/statvfs.h
+++ b/cpukit/libcsupport/include/sys/statvfs.h
@@ -1,3 +1,12 @@
+/**
+ * @file sys/statvfs.h
+ *
+ * This include file defines the interface to the statvfs() set of
+ * API methods. The statvfs as defined by the SUS:
+ *
+ * - http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/statvfs.h.html
+ */
+
/*
* COPYRIGHT (c) 2009 Chris Johns <chrisj@rtems.org>
*
@@ -7,9 +16,8 @@
*
* $Id$
*/
+
/*
- * The statvfs as defined by the SUS:
- * http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/statvfs.h.html
*/
#ifndef _SYS_STATVFS_H_