summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-07 09:56:59 -0500
committermidipix <writeonce@midipix.org>2019-01-09 22:43:16 -0500
commit15ddf00cde1aacb7593c0bd4cf7b9c32ee321064 (patch)
tree73f040c05931669ce3ab2e3782817747c6afe686 /arch/nt32
parentfb33f19fdd71812fb5cc1071aec2c6273d56b8e0 (diff)
downloadmmglue-15ddf00cde1aacb7593c0bd4cf7b9c32ee321064.tar.bz2
mmglue-15ddf00cde1aacb7593c0bd4cf7b9c32ee321064.tar.xz
mmglue: modern source-tree support: added atomic_arch.h.
Diffstat (limited to 'arch/nt32')
-rw-r--r--arch/nt32/atomic.h5
-rw-r--r--arch/nt32/atomic_arch.h7
2 files changed, 11 insertions, 1 deletions
diff --git a/arch/nt32/atomic.h b/arch/nt32/atomic.h
index 16fe1a2..c7eb85c 100644
--- a/arch/nt32/atomic.h
+++ b/arch/nt32/atomic.h
@@ -1,7 +1,10 @@
#ifndef _INTERNAL_ATOMIC_NT64_H
#define _INTERNAL_ATOMIC_NT64_H
+#ifdef __LIBC_LEGACY_SOURCE_TREE
#include "i386/atomic.h"
-
+#else
+#include "../internal/atomic.h"
#endif
+#endif
diff --git a/arch/nt32/atomic_arch.h b/arch/nt32/atomic_arch.h
new file mode 100644
index 0000000..243d0df
--- /dev/null
+++ b/arch/nt32/atomic_arch.h
@@ -0,0 +1,7 @@
+#ifndef _INTERNAL_ATOMIC_ARCH_NT32_H
+#define _INTERNAL_ATOMIC_ARCH_NT32_H
+
+#include "i386/atomic_arch.h"
+
+#endif
+