summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/aio_suspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/aio_suspend.c')
-rw-r--r--cpukit/posix/src/aio_suspend.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/posix/src/aio_suspend.c b/cpukit/posix/src/aio_suspend.c
index 3d7017ed16..2a3362a309 100644
--- a/cpukit/posix/src/aio_suspend.c
+++ b/cpukit/posix/src/aio_suspend.c
@@ -27,9 +27,9 @@
#include <rtems/seterr.h>
int aio_suspend(
- const struct aiocb * const list[] __attribute__((unused)),
- int nent __attribute__((unused)),
- const struct timespec *timeout __attribute__((unused))
+ const struct aiocb * const list[] RTEMS_UNUSED,
+ int nent RTEMS_UNUSED,
+ const struct timespec *timeout RTEMS_UNUSED
)
{
rtems_set_errno_and_return_minus_one( ENOSYS );