From a78c18b58b84f18a767d77023150af6c8132e424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dauphin?= Date: Tue, 11 Apr 2017 19:54:15 +0200 Subject: [PATCH] Debug stdatomic_helper.h (#117) --- rcl/src/rcl/stdatomic_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcl/src/rcl/stdatomic_helper.h b/rcl/src/rcl/stdatomic_helper.h index fc344b3..88c4140 100644 --- a/rcl/src/rcl/stdatomic_helper.h +++ b/rcl/src/rcl/stdatomic_helper.h @@ -118,7 +118,7 @@ rcl_atomic_exchange_uint64_t(atomic_uint_least64_t * a_uint64_t, uint64_t desire return result; } -static inline uint64_t +static inline uintptr_t rcl_atomic_exchange_uintptr_t(atomic_uintptr_t * a_uintptr_t, uintptr_t desired) { uintptr_t result;