move whether atomic byte/short exists to uatomic_arch_*.h
[urcu.git] / urcu / uatomic_arch_x86.h
index e358be3673552dd9919ca6579e2c83071410157a..666e498f326c4c3b8ce025352b3f385416dbc32b 100644 (file)
@@ -23,6 +23,9 @@
 #include <urcu/compiler.h>
 #include <urcu/system.h>
 
+#define UATOMIC_HAS_ATOMIC_BYTE
+#define UATOMIC_HAS_ATOMIC_SHORT
+
 #ifdef __cplusplus
 extern "C" {
 #endif 
This page took 0.022508 seconds and 4 git commands to generate.