summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/dup2.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/dup2.c')
-rw-r--r--cpukit/libcsupport/src/dup2.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/dup2.c b/cpukit/libcsupport/src/dup2.c
index ba60acb85b..37c93a7398 100644
--- a/cpukit/libcsupport/src/dup2.c
+++ b/cpukit/libcsupport/src/dup2.c
@@ -1,6 +1,11 @@
-/*
- * dup2() - POSIX 1003.1b 6.2.1 Duplicate an Open File Descriptor
+/**
+ * @file
*
+ * @brief Duplicate an Open File Descriptor
+ * @ingroup libcsupport
+ */
+
+/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
@@ -18,6 +23,9 @@
#include <rtems/libio_.h>
+/**
+ * POSIX 1003.1b 6.2.1 Duplicate an Open File Descriptor
+ */
int dup2(
int fildes,
int fildes2