summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/semtimedwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/semtimedwait.c')
-rw-r--r--cpukit/posix/src/semtimedwait.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/semtimedwait.c b/cpukit/posix/src/semtimedwait.c
index 6d4157984b..f9e57ecc01 100644
--- a/cpukit/posix/src/semtimedwait.c
+++ b/cpukit/posix/src/semtimedwait.c
@@ -39,8 +39,8 @@
*/
int sem_timedwait(
- sem_t *sem,
- const struct timespec *abstime
+ sem_t *__restrict sem,
+ const struct timespec *__restrict abstime
)
{
Watchdog_Interval ticks;