diff options
Diffstat (limited to 'include/libbb.h')
-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 2a50bce..3c9f9fe 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -201,6 +201,7 @@ struct sysinfo { int sysinfo(struct sysinfo* info); unsigned long long monotonic_us(void); +unsigned monotonic_sec(void); extern void chomp(char *s); extern void trim(char *s); |