summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sigtimedwait.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/posix/src/sigtimedwait.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/posix/src/sigtimedwait.c b/cpukit/posix/src/sigtimedwait.c
index a7fbc1f7d3..2f1f2cc6aa 100644
--- a/cpukit/posix/src/sigtimedwait.c
+++ b/cpukit/posix/src/sigtimedwait.c
@@ -67,9 +67,9 @@ found_it:
* 3.3.8 Synchronously Accept a Signal, P1003.1b-1993, p. 76
*/
int sigtimedwait(
- const sigset_t *set,
- siginfo_t *info,
- const struct timespec *timeout
+ const sigset_t *__restrict set,
+ siginfo_t *__restrict info,
+ const struct timespec *__restrict timeout
)
{
Thread_Control *executing;