aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-24 13:25:20 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-24 13:25:20 +0000
commita9acbe6caddc59e7e25f4e469322e5c210e17775 (patch)
tree4e11174d18e586c5f7510adf31323f9dd98d7446 /include/applets.h
parent00d8417631b1ae378d708e885dce74bafb02be96 (diff)
downloadbusybox-w32-a9acbe6caddc59e7e25f4e469322e5c210e17775.tar.gz
busybox-w32-a9acbe6caddc59e7e25f4e469322e5c210e17775.tar.bz2
busybox-w32-a9acbe6caddc59e7e25f4e469322e5c210e17775.zip
timeout: new applet. 370 bytes. by Roberto Foglietta.
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 286f71d1e..fb904bb9f 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -372,6 +372,7 @@ USE_TFTP(APPLET(tftp, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
372USE_TFTPD(APPLET(tftpd, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 372USE_TFTPD(APPLET(tftpd, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
373#endif 373#endif
374USE_TIME(APPLET(time, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 374USE_TIME(APPLET(time, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
375USE_TIMEOUT(APPLET(timeout, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
375USE_TOP(APPLET(top, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 376USE_TOP(APPLET(top, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
376USE_TOUCH(APPLET_NOFORK(touch, touch, _BB_DIR_BIN, _BB_SUID_NEVER, touch)) 377USE_TOUCH(APPLET_NOFORK(touch, touch, _BB_DIR_BIN, _BB_SUID_NEVER, touch))
377USE_TR(APPLET(tr, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 378USE_TR(APPLET(tr, _BB_DIR_USR_BIN, _BB_SUID_NEVER))