summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/pathconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/pathconf.c')
-rw-r--r--cpukit/libcsupport/src/pathconf.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/pathconf.c b/cpukit/libcsupport/src/pathconf.c
index c337d44955..690817c3e8 100644
--- a/cpukit/libcsupport/src/pathconf.c
+++ b/cpukit/libcsupport/src/pathconf.c
@@ -1,6 +1,11 @@
-/*
- * pathconf() - POSIX 1003.1b - 5.7.1 - Configurable Pathname Varables
+/**
+ * @file
*
+ * @brief Configurable Pathname Varables
+ * @ingroup libcsupport
+ */
+
+/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
@@ -19,6 +24,9 @@
#include <sys/stat.h>
#include <fcntl.h>
+/**
+ * POSIX 1003.1b - 5.7.1 - Configurable Pathname Varables
+ */
long pathconf(
const char *path,
int name