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 b9114f81e7..a99b852feb 100644
--- a/cpukit/libcsupport/src/close.c
+++ b/cpukit/libcsupport/src/close.c
@@ -49,7 +49,7 @@ int close(
#include <reent.h>
int _close_r(
- struct _reent *ptr,
+ struct _reent *ptr __attribute__((unused)),
int fd
)
{