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:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user