summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/timersettime.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/timersettime.c')
-rw-r--r--cpukit/posix/src/timersettime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/timersettime.c b/cpukit/posix/src/timersettime.c
index c9040a912c..3c37e7bea3 100644
--- a/cpukit/posix/src/timersettime.c
+++ b/cpukit/posix/src/timersettime.c
@@ -33,8 +33,8 @@
int timer_settime(
timer_t timerid,
int flags,
- const struct itimerspec *value,
- struct itimerspec *ovalue
+ const struct itimerspec *__restrict value,
+ struct itimerspec *__restrict ovalue
)
{
POSIX_Timer_Control *ptimer;