libc/include: Adding time.h
Dummy time.h to fulfill the compilations requirements of certain libraries i.e. mbedTLS Change-Id: I07e66dbf07337b935dabe9eecdf1be3850bbf394 Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
This commit is contained in:
parent
5035f97686
commit
f054d3e897
1 changed files with 10 additions and 0 deletions
10
lib/libc/minimal/include/time.h
Normal file
10
lib/libc/minimal/include/time.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* Copyright (c) 2017 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
|
||||
/* Dummy time.h to fulfill the requirements of certain libraries
|
||||
* i.e. mbedTLS
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue