diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-22 00:08:27 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-22 00:08:27 +0000 |
| commit | 5d89fbaa2e00a8a26e530306d76b78bf91d12ec8 (patch) | |
| tree | 44d54f6dfbd0f6270fb0b1aba0195bc53db8bef4 /libbb/appletlib.c | |
| parent | 9137341851f3ab89f5c6a54a6baff68f0f4a5e17 (diff) | |
| download | busybox-w32-5d89fbaa2e00a8a26e530306d76b78bf91d12ec8.tar.gz busybox-w32-5d89fbaa2e00a8a26e530306d76b78bf91d12ec8.tar.bz2 busybox-w32-5d89fbaa2e00a8a26e530306d76b78bf91d12ec8.zip | |
*: 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 ed7d3912b..90fca8c13 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
| @@ -177,11 +177,6 @@ int find_applet_by_name(const char *name) | |||
| 177 | } | 177 | } |
| 178 | 178 | ||
| 179 | 179 | ||
| 180 | #ifdef __GLIBC__ | ||
| 181 | /* Make it reside in R/W memory: */ | ||
| 182 | int *const bb_errno __attribute__ ((section (".data"))); | ||
| 183 | #endif | ||
| 184 | |||
| 185 | void lbb_prepare(const char *applet | 180 | void lbb_prepare(const char *applet |
| 186 | USE_FEATURE_INDIVIDUAL(, char **argv)) | 181 | USE_FEATURE_INDIVIDUAL(, char **argv)) |
| 187 | MAIN_EXTERNALLY_VISIBLE; | 182 | MAIN_EXTERNALLY_VISIBLE; |
