aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 2a50bce66..3c9f9fe81 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);