feat: rename weak in features.h to __weak

The internal `features.h` defines macro `weak`, and it prevents us porting
third-party code including the identifier.
This commit is contained in:
sisungo
2026-02-22 13:42:41 +08:00
parent e7e10be26a
commit 8043aba13f
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ static struct fdpic_dummy_loadmap app_dummy_loadmap;
struct debug *_dl_debug_addr = &debug;
extern weak hidden char __ehdr_start[];
extern __weak hidden char __ehdr_start[];
extern hidden int __malloc_replaced;