diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-04 18:49:18 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-04 18:49:18 +0000 |
commit | b99ca13261765f23a6c5785490ae101f9dbd4a16 (patch) | |
tree | c93fa608d5314d07aa746d56c14c9820f22e2648 /busybox.def.h | |
parent | 68a9ea4208d5661de225fec9be3ffff8b02b8d66 (diff) |
usleep contributed by Nicolas Pitre <nico@cam.org>
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 7b6d4e4ef..dd59a284a 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -92,6 +92,7 @@ #define BB_TRUE_FALSE #define BB_TTY #define BB_UPTIME +#define BB_USLEEP #define BB_WC #define BB_WHOAMI #define BB_UMOUNT |