centralize definition of BITS_PER_LONG
[urcu.git] / urcu / uatomic_generic.h
index 9ee7b7bdc22a6bedeef45ef6447d930162375c99..93435d1434a4d83cffad14b3605189c3b3563756 100644 (file)
 extern "C" {
 #endif
 
-#ifndef BITS_PER_LONG
-#define BITS_PER_LONG  (__SIZEOF_LONG__ * 8)
-#endif
-
 #ifndef uatomic_set
 #define uatomic_set(addr, v)   STORE_SHARED(*(addr), (v))
 #endif
This page took 0.022479 seconds and 4 git commands to generate.