summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/getpagesize.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/getpagesize.c')
-rw-r--r--cpukit/libcsupport/src/getpagesize.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/getpagesize.c b/cpukit/libcsupport/src/getpagesize.c
index 2b93415f21..24776ec920 100644
--- a/cpukit/libcsupport/src/getpagesize.c
+++ b/cpukit/libcsupport/src/getpagesize.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Get System Page Size
+ * @ingroup libcsupport
+ */
+
#if HAVE_CONFIG_H
#include "config.h"
#endif
@@ -5,7 +12,7 @@
#include <unistd.h>
#include <sys/param.h>
-/*
+/**
* Get System Page Size (from SVR4 and 4.2+ BSD)
*
* This is not a functional version but the SPARC backend for at least