Define ATOMIC_VAR_INIT in isc/stdatomic.h shim

This commit is contained in:
Mark Andrews
2019-05-25 07:48:12 +10:00
committed by Ondřej Surý
parent 570f358252
commit 7c95192691

View File

@@ -41,6 +41,8 @@
#endif
#endif
#define ATOMIC_VAR_INIT(x) x
#ifndef __ATOMIC_RELAXED
#define __ATOMIC_RELAXED 0
#endif