summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/lio_listio.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/lio_listio.c')
-rw-r--r--cpukit/posix/src/lio_listio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/posix/src/lio_listio.c b/cpukit/posix/src/lio_listio.c
index 8a153f4c38..4444b10302 100644
--- a/cpukit/posix/src/lio_listio.c
+++ b/cpukit/posix/src/lio_listio.c
@@ -22,10 +22,10 @@
#include <rtems/seterr.h>
int lio_listio(
- int mode,
- struct aiocb * const list[],
- int nent,
- struct sigevent *sig
+ int mode __attribute__((unused)),
+ struct aiocb * const list[] __attribute__((unused)),
+ int nent __attribute__((unused)),
+ struct sigevent *sig __attribute__((unused))
)
{
rtems_set_errno_and_return_minus_one( ENOSYS );