diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index d74f8021b..7bc0dca2f 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -237,6 +237,7 @@ extern int *const bb_errno; | |||
237 | #define errno (*bb_errno) | 237 | #define errno (*bb_errno) |
238 | #endif | 238 | #endif |
239 | 239 | ||
240 | unsigned long long monotonic_ns(void) FAST_FUNC; | ||
240 | unsigned long long monotonic_us(void) FAST_FUNC; | 241 | unsigned long long monotonic_us(void) FAST_FUNC; |
241 | unsigned monotonic_sec(void) FAST_FUNC; | 242 | unsigned monotonic_sec(void) FAST_FUNC; |
242 | 243 | ||