From 605339a5dd3b9c5740927ad9af85bb6d0f94c5b7 Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Mon, 13 Feb 2012 06:49:56 +0100 Subject: Remove qatomic_arch.h Make qbasicatomic.h include the OS/compiler/processor dependent implementation. For implementations that have not yet been ported to declare a QAtomicOps, they need to #include , and the new QBasicAtomicInteger and QBasicAtomicPointer should not be declared. Change-Id: Ia951834484c9f8dfa75131592e5e716b68ff989b Reviewed-by: Thiago Macieira --- src/corelib/arch/qatomic_vxworks.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/corelib/arch/qatomic_vxworks.h') diff --git a/src/corelib/arch/qatomic_vxworks.h b/src/corelib/arch/qatomic_vxworks.h index c18563ef3c..dbec16a540 100644 --- a/src/corelib/arch/qatomic_vxworks.h +++ b/src/corelib/arch/qatomic_vxworks.h @@ -48,6 +48,8 @@ QT_BEGIN_HEADER # include #else // generic implementation with taskLock() +#include + #if 0 // we don't want to include the system header here for two function prototypes, // because it pulls in a _lot_ of stuff that pollutes the global namespace -- cgit v1.2.3