diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index a2c699b54..04071639a 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -342,6 +342,8 @@ extern int *const bb_errno; | |||
| 342 | uint64_t bb_bswap_64(uint64_t x) FAST_FUNC; | 342 | uint64_t bb_bswap_64(uint64_t x) FAST_FUNC; |
| 343 | #endif | 343 | #endif |
| 344 | 344 | ||
| 345 | unsigned long FAST_FUNC isqrt(unsigned long long N); | ||
| 346 | |||
| 345 | unsigned long long monotonic_ns(void) FAST_FUNC; | 347 | unsigned long long monotonic_ns(void) FAST_FUNC; |
| 346 | unsigned long long monotonic_us(void) FAST_FUNC; | 348 | unsigned long long monotonic_us(void) FAST_FUNC; |
| 347 | unsigned long long monotonic_ms(void) FAST_FUNC; | 349 | unsigned long long monotonic_ms(void) FAST_FUNC; |
