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 5a53372dd1..8afbcfd486 100644
--- a/cpukit/posix/src/sched_getscheduler.c
+++ b/cpukit/posix/src/sched_getscheduler.c
@@ -26,7 +26,7 @@
#include <rtems/posix/time.h>
int sched_getscheduler(
- pid_t pid
+ pid_t pid __attribute__((unused))
)
{
rtems_set_errno_and_return_minus_one( ENOSYS );