summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/fpathconf.c
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2012-12-13 12:13:19 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-12-13 12:13:19 -0600
commit41b590f966d9ff6a760bd492a649fe33f1f4606a (patch)
treed1401b578183bd5297a2525a99f5a0840d1bd48c /cpukit/libcsupport/src/fpathconf.c
parenttermios: Fix output flush (diff)
downloadrtems-41b590f966d9ff6a760bd492a649fe33f1f4606a.tar.bz2
libcsupport: Doxygen enhancement task #9
Diffstat (limited to 'cpukit/libcsupport/src/fpathconf.c')
-rw-r--r--cpukit/libcsupport/src/fpathconf.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/fpathconf.c b/cpukit/libcsupport/src/fpathconf.c
index a48c5d35fc..104a3512e8 100644
--- a/cpukit/libcsupport/src/fpathconf.c
+++ b/cpukit/libcsupport/src/fpathconf.c
@@ -1,6 +1,11 @@
-/*
- * fpathconf() - POSIX 1003.1b - 5.7.1 - Configurable Pathname Varables
+/**
+ * @file
*
+ * @brief Configurable Pathname Varables
+ * @ingroup libcsupport
+ */
+
+/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
@@ -19,6 +24,9 @@
#include <unistd.h>
#include <errno.h>
+/**
+ * POSIX 1003.1b - 5.7.1 - Configurable Pathname Varables
+ */
long fpathconf(
int fd,
int name