summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sched_setscheduler.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/sched_setscheduler.c')
-rw-r--r--cpukit/posix/src/sched_setscheduler.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/posix/src/sched_setscheduler.c b/cpukit/posix/src/sched_setscheduler.c
index 4ca1516eac..f0bb5496fa 100644
--- a/cpukit/posix/src/sched_setscheduler.c
+++ b/cpukit/posix/src/sched_setscheduler.c
@@ -27,9 +27,9 @@
#include <rtems/posix/time.h>
int sched_setscheduler(
- pid_t pid,
- int policy,
- const struct sched_param *param
+ pid_t pid __attribute__((unused)),
+ int policy __attribute__((unused)),
+ const struct sched_param *param __attribute__((unused))
)
{
rtems_set_errno_and_return_minus_one( ENOSYS );