diff options
Diffstat (limited to 'libbb/time.c')
-rw-r--r-- | libbb/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/time.c b/libbb/time.c index f9b8da0b3..cab0ad602 100644 --- a/libbb/time.c +++ b/libbb/time.c | |||
@@ -258,7 +258,7 @@ char* FAST_FUNC strftime_YYYYMMDDHHMMSS(char *buf, unsigned len, time_t *tp) | |||
258 | static void get_mono(struct timespec *ts) | 258 | static void get_mono(struct timespec *ts) |
259 | { | 259 | { |
260 | if (syscall(__NR_clock_gettime, CLOCK_MONOTONIC, ts)) | 260 | if (syscall(__NR_clock_gettime, CLOCK_MONOTONIC, ts)) |
261 | bb_error_msg_and_die("clock_gettime(MONOTONIC) failed"); | 261 | bb_simple_error_msg_and_die("clock_gettime(MONOTONIC) failed"); |
262 | } | 262 | } |
263 | unsigned long long FAST_FUNC monotonic_ns(void) | 263 | unsigned long long FAST_FUNC monotonic_ns(void) |
264 | { | 264 | { |