Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The <sys/stat.h> header is not used by host/xtest/stats.c and causes a conflict when musl is used. Therefore remove it. | In file included from optee-test/4.1.0/recipe-sysroot/usr/include/sys/stat.h:23, | from optee-test/4.1.0/git/host/xtest/stats.c:17: | optee-test/4.1.0/recipe-sysroot/usr/include/bits/stat.h:17:26: error: expected identifier or '(' before '[' token | 17 | unsigned __unused[2]; | | ^ Reported-by: Jon Mason <[email protected]> Signed-off-by: Jerome Forissier <[email protected]> Acked-by: Joakim Bech <[email protected]> Acked-by: Jens Wiklander <[email protected]> Acked-by: Etienne Carriere <[email protected]>
- Loading branch information