1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00
Stephen Gallagher de43f42735
test_fs.c: Fix issue on 32-bit systems using btrfs (#4227)
On Fedora's build system, the build environment runs on btrfs. This
revealed a bug in the test on i686 systems, where this comparison was
being performed as a comparison of two signed integers, but the
filesystem type of btrfs happens to use the higher-order bits, resulting
in it appearing as a negative value.

BTRFS_SUPER_MAGIC     0x9123683e

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-11-24 11:18:51 +01:00
..
2020-03-27 23:51:32 +01:00
2011-04-19 04:47:21 +02:00
2011-04-19 04:47:21 +02:00