commit | 80a75bcda4717b7e80ad0491980383c18961e655 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Wed Nov 13 09:44:50 2019 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 06 16:44:19 2019 -0500 |
tree | d882979cd6cfe470c3aa9c20d1f7eaa38d5cc95f | |
parent | 51ba522e41bd8e30daf229348b4f7d05a7b47449 [diff] |
lib: add mktime64() for linux compatibility This function will be used in lib/crypto/x509_cert_parser.c, which will also be imported from linux code in a later commit. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>