diff options
author | Erik Andersen | 2000-04-04 18:49:18 +0000 |
---|---|---|
committer | Erik Andersen | 2000-04-04 18:49:18 +0000 |
commit | b99ca13261765f23a6c5785490ae101f9dbd4a16 (patch) | |
tree | c93fa608d5314d07aa746d56c14c9820f22e2648 /busybox.c | |
parent | 68a9ea4208d5661de225fec9be3ffff8b02b8d66 (diff) | |
download | busybox-b99ca13261765f23a6c5785490ae101f9dbd4a16.zip busybox-b99ca13261765f23a6c5785490ae101f9dbd4a16.tar.gz |
usleep contributed by Nicolas Pitre <nico@cam.org>
-Erik
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |