From a2a71b5900b94238d600ca097850e21cb45d1cf8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 14 Sep 2018 16:00:45 +0200 Subject: build: Merge libstdthreads/Makefile.am --- cpukit/libstdthreads/mtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libstdthreads/mtx.c') 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)) { -- cgit v1.2.3