commit | 064c6ef830f7e904545f13e5297e056597530ab1 | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@emb.dev> | Mon Mar 15 23:16:42 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Mar 19 09:56:53 2021 -0400 |
tree | 7339c2858b459fd30bbed24e9380f0df7ed4934b | |
parent | 524853ecfa57e4624fb333822e096dedb5f88818 [diff] |
libc: minimal: implement time() API Implement time() API by using clock_gettime(CLOCK_REALTIME, ...). Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>