diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2019-01-07 15:20:56 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2019-01-07 15:20:56 +0100 |
commit | edca770d11edcc5b5548a62c068b2e75f1ccb54a (patch) | |
tree | 8e284e94e4fb4717a828b0b87290c6bb6b2ee9e6 /miscutils/bc.c | |
parent | 4bdc914ff97df0cea8d2c7b42bf7f57d5ebb8dcb (diff) | |
download | busybox-w32-edca770d11edcc5b5548a62c068b2e75f1ccb54a.tar.gz busybox-w32-edca770d11edcc5b5548a62c068b2e75f1ccb54a.tar.bz2 busybox-w32-edca770d11edcc5b5548a62c068b2e75f1ccb54a.zip |
sleep: support "inf"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-rw-r--r-- | miscutils/bc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c index 74884557a..bf174dafb 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c | |||
@@ -7407,4 +7407,3 @@ int dc_main(int argc UNUSED_PARAM, char **argv) | |||
7407 | #endif | 7407 | #endif |
7408 | 7408 | ||
7409 | #endif // DC_BIG | 7409 | #endif // DC_BIG |
7410 | |||