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 b8390d302e..fb3c3a26d1 100644
--- a/cpukit/posix/src/lio_listio.c
+++ b/cpukit/posix/src/lio_listio.c
@@ -27,10 +27,10 @@
#include <rtems/seterr.h>
int lio_listio(
- int mode __attribute__((unused)),
- struct aiocb *__restrict const list[__restrict] __attribute__((unused)),
- int nent __attribute__((unused)),
- struct sigevent *__restrict sig __attribute__((unused))
+ int mode RTEMS_UNUSED,
+ struct aiocb *__restrict const list[__restrict] RTEMS_UNUSED,
+ int nent RTEMS_UNUSED,
+ struct sigevent *__restrict sig RTEMS_UNUSED
)
{
rtems_set_errno_and_return_minus_one( ENOSYS );