diff options
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; |