summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/stat.c')
-rw-r--r--cpukit/libcsupport/src/stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/stat.c b/cpukit/libcsupport/src/stat.c
index 5e26f94322..1b90b02c47 100644
--- a/cpukit/libcsupport/src/stat.c
+++ b/cpukit/libcsupport/src/stat.c
@@ -95,7 +95,7 @@ int _STAT_NAME(
#include <reent.h>
int _STAT_R_NAME(
- struct _reent *ptr,
+ struct _reent *ptr __attribute__((unused)),
const char *path,
struct stat *buf
)