]> Git Repo - u-boot.git/commit - lib/date.c
lib: add mktime64() for linux compatibility
authorAKASHI Takahiro <[email protected]>
Wed, 13 Nov 2019 00:44:50 +0000 (09:44 +0900)
committerTom Rini <[email protected]>
Fri, 6 Dec 2019 21:44:19 +0000 (16:44 -0500)
commit18723117271370e480f8ca9495f8850522fabb74
treed882979cd6cfe470c3aa9c20d1f7eaa38d5cc95f
parent05429b6cf5b3f30f773b8e79fe4cd3688349d7d2
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 <[email protected]>
include/linux/time.h
lib/date.c
This page took 0.034641 seconds and 4 git commands to generate.