From b99ca13261765f23a6c5785490ae101f9dbd4a16 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Tue, 4 Apr 2000 18:49:18 +0000 Subject: usleep contributed by Nicolas Pitre -Erik --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets') 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 -- cgit v1.2.3