summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/_rename_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/_rename_r.c')
-rw-r--r--cpukit/libcsupport/src/_rename_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/_rename_r.c b/cpukit/libcsupport/src/_rename_r.c
index 1395099b5e..d5e493f92e 100644
--- a/cpukit/libcsupport/src/_rename_r.c
+++ b/cpukit/libcsupport/src/_rename_r.c
@@ -28,7 +28,7 @@
#include <sys/stat.h>
int _rename_r(
- struct _reent *ptr,
+ struct _reent *ptr __attribute__((unused)),
const char *old,
const char *new
)