summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/lseek.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/src/lseek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/lseek.c b/cpukit/libcsupport/src/lseek.c
index 7146ae80e9..3e570e6b18 100644
--- a/cpukit/libcsupport/src/lseek.c
+++ b/cpukit/libcsupport/src/lseek.c
@@ -90,7 +90,7 @@ off_t lseek(
#include <reent.h>
off_t _lseek_r(
- struct _reent *ptr,
+ struct _reent *ptr __attribute__((unused)),
int fd,
off_t offset,
int whence