diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-08-19 22:58:57 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-08-19 22:58:57 +0300 |
| commit | 1175179058fa809c57d724cd2043c67edc511695 (patch) | |
| tree | fd01aba45ff6e4c676bac5c369b8f4983163c800 /include/apos/init.h | |
| parent | 565724db3b73ee67fa996dab511dc52df586cee1 (diff) | |
| download | kmi-1175179058fa809c57d724cd2043c67edc511695.tar.gz kmi-1175179058fa809c57d724cd2043c67edc511695.zip | |
New build system (WIP)
Diffstat (limited to 'include/apos/init.h')
| -rw-r--r-- | include/apos/init.h | 4 |
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 */ |
