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:
Paul Sokolovsky 2018-10-10 01:49:37 +03:00 committed by Anas Nashif
commit c80f61a1a7

View 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.
*/