diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-11-30 11:18:00 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-11-30 11:18:00 +0100 |
commit | 33e955ab91d2f76bd8ea6e12fce215d863f4d7d7 (patch) | |
tree | 2661521d65ba2bd74b75874f888ec868bea46465 /libbb/time.c | |
parent | eb773054e47a30c78a82ed80ad4da7abe9bfb09b (diff) |
unicode: fix handling of short 1-4 char tables
function old new delta
in_uint16_table 92 107 +15
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/time.c')
-rw-r--r-- | libbb/time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/time.c b/libbb/time.c index 86b88a414..74a69eefb 100644 --- a/libbb/time.c +++ b/libbb/time.c @@ -250,7 +250,6 @@ char* FAST_FUNC strftime_YYYYMMDDHHMMSS(char *buf, unsigned len, time_t *tp) #if ENABLE_MONOTONIC_SYSCALL -#include <sys/syscall.h> /* Old glibc (< 2.3.4) does not provide this constant. We use syscall * directly so this definition is safe. */ #ifndef CLOCK_MONOTONIC |