Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | time: Add 64-bit time_t support for ftime | Adhemerval Zanella | 2020-10-27 | 1 | -0/+16 |
It basically calls the 64-bit __clock_gettime64 and adds the overflow check. Checked on x86_64-linux-gnu and i686-linux-gnu. Reviewed-by: Lukasz Majewski <lukma@denx.de> |