summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/close.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/close.c')
-rw-r--r--cpukit/libcsupport/src/close.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/close.c b/cpukit/libcsupport/src/close.c
index c6d4e8fd59..139ffd266a 100644
--- a/cpukit/libcsupport/src/close.c
+++ b/cpukit/libcsupport/src/close.c
@@ -51,7 +51,7 @@ int close(
#include <reent.h>
int _close_r(
- struct _reent *ptr __attribute__((unused)),
+ struct _reent *ptr RTEMS_UNUSED,
int fd
)
{