libc: minimal: Add dummy sys/stat.h [REVERTME]
Some third-party components include this file without really needing any symbols from it. Presence of this file allows to build them against minimal libc, whereas previously they forced Newlib. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
parent
a0c0b2b43e
commit
c80f61a1a7
1 changed files with 9 additions and 0 deletions
9
lib/libc/minimal/include/sys/stat.h
Normal file
9
lib/libc/minimal/include/sys/stat.h
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2018 Linaro Limited
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* Dummy sys/stat.h to fulfill the requirements of certain libraries.
|
||||||
|
*/
|
Loading…
Add table
Add a link
Reference in a new issue