*: remove remaining instances of ".data" hack

This commit is contained in:
Denis Vlasenko 2008-04-22 00:08:27 +00:00
parent 9137341851
commit 5d89fbaa2e
6 changed files with 28 additions and 24 deletions

View file

@ -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;