diff options
author | Denis Vlasenko | 2008-04-22 00:08:27 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-04-22 00:08:27 +0000 |
commit | 5d89fbaa2e00a8a26e530306d76b78bf91d12ec8 (patch) | |
tree | 44d54f6dfbd0f6270fb0b1aba0195bc53db8bef4 /libbb/appletlib.c | |
parent | 9137341851f3ab89f5c6a54a6baff68f0f4a5e17 (diff) | |
download | busybox-5d89fbaa2e00a8a26e530306d76b78bf91d12ec8.zip busybox-5d89fbaa2e00a8a26e530306d76b78bf91d12ec8.tar.gz |
*: remove remaining instances of ".data" hack
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r-- | libbb/appletlib.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index ed7d391..90fca8c 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c @@ -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; |