aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
Diffstat (limited to 'libbb')
-rw-r--r--libbb/appletlib.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index 6330b6f8b..71ee0dd07 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -302,22 +302,6 @@ int FAST_FUNC find_applet_by_name(const char *name)
302#endif 302#endif
303} 303}
304 304
305# if ENABLE_PLATFORM_MINGW32 && ENABLE_FEATURE_SH_NOFORK
306int FAST_FUNC long_running_applet(int applet_no)
307{
308 int ret = 0;
309
310#if defined(APPLET_NO_seq)
311 ret |= (applet_no == APPLET_NO_seq);
312#endif
313#if defined(APPLET_NO_yes)
314 ret |= (applet_no == APPLET_NO_yes);
315#endif
316
317 return ret;
318}
319#endif
320
321 305
322void lbb_prepare(const char *applet 306void lbb_prepare(const char *applet
323 IF_FEATURE_INDIVIDUAL(, char **argv)) 307 IF_FEATURE_INDIVIDUAL(, char **argv))