diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2025-04-27 20:53:04 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-27 15:23:47 -0700 |
commit | fe472f5a8363328ef0ef1453beb64ea82dd7ecef (patch) | |
tree | df6a9f3e8cf4536f5cd79f3838a3cd3f90cd21e2 /meta-python | |
parent | 0ccc751f13fafe5e5b28ba1565fe43f988d830ab (diff) | |
download | meta-openembedded-fe472f5a8363328ef0ef1453beb64ea82dd7ecef.tar.gz |
xfstests: bstat: use uint32_t instead of __uint32_t to fix build with musl
* with musl this fails with:
http://errors.yoctoproject.org/Errors/Details/853041/
bstat.c:65:33: error: unknown type name '__uint32_t'; did you mean 'uint32_t'?
65 | static inline int xfs_highbit32(__uint32_t v)
| ^~~~~~~~~~
| uint32_t
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
0 files changed, 0 insertions, 0 deletions