summaryrefslogtreecommitdiffstats
path: root/cpukit/libstdthreads/mtx.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libstdthreads/mtx.c')
-rw-r--r--cpukit/libstdthreads/mtx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libstdthreads/mtx.c b/cpukit/libstdthreads/mtx.c
index 48369c2ed0..27c6ee93c7 100644
--- a/cpukit/libstdthreads/mtx.c
+++ b/cpukit/libstdthreads/mtx.c
@@ -56,7 +56,7 @@ mtx_lock(mtx_t *mtx)
}
int
-mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts)
+mtx_timedlock(mtx_t *__restrict mtx, const struct timespec *__restrict ts)
{
switch (_Mutex_recursive_Acquire_timed(mtx, ts)) {