usleep contributed by Nicolas Pitre <nico@cam.org>

-Erik
This commit is contained in:
Erik Andersen
2000-04-04 18:49:18 +00:00
parent 68a9ea4208
commit b99ca13261
5 changed files with 9 additions and 0 deletions

View File

@ -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