*: remove remaining instances of ".data" hack
This commit is contained in:
parent
9137341851
commit
5d89fbaa2e
6 changed files with 28 additions and 24 deletions
|
@ -177,11 +177,6 @@ int find_applet_by_name(const char *name)
|
|||
}
|
||||
|
||||
|
||||
#ifdef __GLIBC__
|
||||
/* Make it reside in R/W memory: */
|
||||
int *const bb_errno __attribute__ ((section (".data")));
|
||||
#endif
|
||||
|
||||
void lbb_prepare(const char *applet
|
||||
USE_FEATURE_INDIVIDUAL(, char **argv))
|
||||
MAIN_EXTERNALLY_VISIBLE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue