heimbase-atomics.h: replace heim_base_atomic_barrier with syntax valid noop
in case there is no implementation available.
This commit is contained in:

committed by
Nico Williams

parent
48382936e5
commit
6dc36f99c0
@@ -357,7 +357,7 @@ heim_base_cas_64(heim_base_atomic(uint64_t) *target, uint64_t expected,uint64_t
|
||||
#endif
|
||||
|
||||
#ifndef heim_base_atomic_barrier
|
||||
#define heim_base_atomic_barrier()
|
||||
static inline void heim_base_atomic_barrier(void) { return; }
|
||||
#endif
|
||||
|
||||
#ifndef heim_base_atomic_load
|
||||
|
Reference in New Issue
Block a user