summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sched_getscheduler.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/sched_getscheduler.c')
-rw-r--r--cpukit/posix/src/sched_getscheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/sched_getscheduler.c b/cpukit/posix/src/sched_getscheduler.c
index b746a7cb52..592a42c43c 100644
--- a/cpukit/posix/src/sched_getscheduler.c
+++ b/cpukit/posix/src/sched_getscheduler.c
@@ -29,7 +29,7 @@
#include <rtems/posix/priorityimpl.h>
int sched_getscheduler(
- pid_t pid __attribute__((unused))
+ pid_t pid RTEMS_UNUSED
)
{
rtems_set_errno_and_return_minus_one( ENOSYS );