aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-04 18:49:18 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-04 18:49:18 +0000
commitb99ca13261765f23a6c5785490ae101f9dbd4a16 (patch)
treec93fa608d5314d07aa746d56c14c9820f22e2648 /applets
parent68a9ea4208d5661de225fec9be3ffff8b02b8d66 (diff)
downloadbusybox-b99ca13261765f23a6c5785490ae101f9dbd4a16.tar.gz
usleep contributed by Nicolas Pitre <nico@cam.org>
-Erik
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 95fee63d6..c2477a537 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -311,6 +311,9 @@ static const struct Applet applets[] = {
#ifdef BB_UPDATE
{"update", update_main, _BB_DIR_SBIN},
#endif
+#ifdef BB_USLEEP
+ {"usleep", usleep_main, _BB_DIR_BIN},
+#endif
#ifdef BB_WC
{"wc", wc_main, _BB_DIR_USR_BIN},
#endif