aboutsummaryrefslogtreecommitdiff
path: root/include/apos/init.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2021-08-19 22:58:57 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2021-08-19 22:58:57 +0300
commit1175179058fa809c57d724cd2043c67edc511695 (patch)
treefd01aba45ff6e4c676bac5c369b8f4983163c800 /include/apos/init.h
parent565724db3b73ee67fa996dab511dc52df586cee1 (diff)
downloadkmi-1175179058fa809c57d724cd2043c67edc511695.tar.gz
kmi-1175179058fa809c57d724cd2043c67edc511695.zip
New build system (WIP)
Diffstat (limited to 'include/apos/init.h')
-rw-r--r--include/apos/init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apos/init.h b/include/apos/init.h
index 1c4bc9d..82f1774 100644
--- a/include/apos/init.h
+++ b/include/apos/init.h
@@ -3,7 +3,7 @@
#include <apos/compiler_attributes.h>
-#define __init __section(".init.text")
-#define __initdata __section(".init.data")
+#define __init
+#define __initdata
#endif /* APOS_INIT_H */