summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/_rename_r.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-12-13 18:20:57 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-12-13 18:20:57 -0600
commit074fafd9eb23d43d246151804e61412809681369 (patch)
treea97f2dd238a89461175a223490b5821a92993bdc /cpukit/libcsupport/src/_rename_r.c
parentMerge branch 'master' of ssh://git.rtems.org/home/joel/git/rtems (diff)
parentposix: Doxygen enhancement task #4 (diff)
downloadrtems-074fafd9eb23d43d246151804e61412809681369.tar.bz2
Merge branch 'master' of ssh://git.rtems.org/data/git/rtems
Diffstat (limited to 'cpukit/libcsupport/src/_rename_r.c')
-rw-r--r--cpukit/libcsupport/src/_rename_r.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/_rename_r.c b/cpukit/libcsupport/src/_rename_r.c
index c501472fc1..183717fc1d 100644
--- a/cpukit/libcsupport/src/_rename_r.c
+++ b/cpukit/libcsupport/src/_rename_r.c
@@ -1,6 +1,11 @@
-/*
- * _rename_r() - POSIX 1003.1b - 5.3.4 - Rename a file
+/**
+ * @file
*
+ * @brief Rename a File
+ * @ingroup libcsupport
+ */
+
+/*
* COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
@@ -22,6 +27,9 @@
#include <rtems/libio_.h>
+/**
+ * POSIX 1003.1b - 5.3.4 - Rename a file
+ */
int _rename_r(
struct _reent *ptr __attribute__((unused)),
const char *old,