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 2a50bce66..3c9f9fe81 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -201,6 +201,7 @@ struct sysinfo { | |||
201 | int sysinfo(struct sysinfo* info); | 201 | int sysinfo(struct sysinfo* info); |
202 | 202 | ||
203 | unsigned long long monotonic_us(void); | 203 | unsigned long long monotonic_us(void); |
204 | unsigned monotonic_sec(void); | ||
204 | 205 | ||
205 | extern void chomp(char *s); | 206 | extern void chomp(char *s); |
206 | extern void trim(char *s); | 207 | extern void trim(char *s); |