Martin Jansa fe472f5a83
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>
2025-04-27 15:23:47 -07:00
..
2025-04-16 08:18:04 -07:00
2024-09-29 10:01:08 -07:00
2025-01-31 10:34:02 -08:00
2025-04-04 19:18:46 -07:00
2024-09-10 07:20:42 -07:00