summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sched_getparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/sched_getparam.c')
-rw-r--r--cpukit/posix/src/sched_getparam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/sched_getparam.c b/cpukit/posix/src/sched_getparam.c
index cd030f74ef..318f5b9c55 100644
--- a/cpukit/posix/src/sched_getparam.c
+++ b/cpukit/posix/src/sched_getparam.c
@@ -28,8 +28,8 @@
* 13.3.2 Set Scheduling Parameters, P1003.1b-1993, p. 253
*/
int sched_getparam(
- pid_t pid __attribute__((unused)),
- struct sched_param *param __attribute__((unused))
+ pid_t pid RTEMS_UNUSED,
+ struct sched_param *param RTEMS_UNUSED
)
{
rtems_set_errno_and_return_minus_one( ENOSYS );