mirror of
https://github.com/opnsense/src.git
synced 2026-03-10 10:13:20 -04:00
This is a conservative change. It does the same thing in weird cases like the old one. For example, 'sleep abcd' still sleeps for zero seconds. `sleep 10.a' and `sleep 10.05aa' do the best and not abort (ie: 10.a == 10 seconds, 10.05a == 10.05 seconds). |
||
|---|---|---|
| .. | ||
| Makefile | ||
| sleep.1 | ||
| sleep.c | ||