From 1175179058fa809c57d724cd2043c67edc511695 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 19 Aug 2021 22:58:57 +0300 Subject: New build system (WIP) --- include/apos/init.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/apos/init.h') 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 -#define __init __section(".init.text") -#define __initdata __section(".init.data") +#define __init +#define __initdata #endif /* APOS_INIT_H */ -- cgit v1.3