summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/timercreate.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/timercreate.c')
-rw-r--r--cpukit/posix/src/timercreate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/timercreate.c b/cpukit/posix/src/timercreate.c
index 3af7fc4459..46258a460f 100644
--- a/cpukit/posix/src/timercreate.c
+++ b/cpukit/posix/src/timercreate.c
@@ -34,8 +34,8 @@
int timer_create(
clockid_t clock_id,
- struct sigevent *evp,
- timer_t *timerid
+ struct sigevent *__restrict evp,
+ timer_t *__restrict timerid
)
{
POSIX_Timer_Control *ptimer;