From e08b68d66f0d329028cd26849b99a824629d7863 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 2 Dec 2013 19:09:31 -0800 Subject: Add missing Q_ATOMIC_INT32_xxx definitions to qatomic_unix.h They're now required as per the documentation. They should have been present when this was created... Change-Id: If52bc91e942306ef0fa7b1b41b739d897c9a1ea1 Reviewed-by: Olivier Goffart Reviewed-by: Marc Mutz --- src/corelib/arch/qatomic_unix.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/corelib/arch/qatomic_unix.h b/src/corelib/arch/qatomic_unix.h index 03c7d2eee8..02583297f9 100644 --- a/src/corelib/arch/qatomic_unix.h +++ b/src/corelib/arch/qatomic_unix.h @@ -59,6 +59,10 @@ QT_END_NAMESPACE #define Q_ATOMIC_INT_FETCH_AND_ADD_IS_NOT_NATIVE #define Q_ATOMIC_INT32_IS_SUPPORTED +#define Q_ATOMIC_INT32_REFERENCE_COUNTING_IS_NOT_NATIVE +#define Q_ATOMIC_INT32_TEST_AND_SET_IS_NOT_NATIVE +#define Q_ATOMIC_INT32_FETCH_AND_STORE_IS_NOT_NATIVE +#define Q_ATOMIC_INT32_FETCH_AND_ADD_IS_NOT_NATIVE #define Q_ATOMIC_POINTER_TEST_AND_SET_IS_NOT_NATIVE #define Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_NOT_NATIVE -- cgit v1.2.3