Re: stat: Add support for mingw 13 in 32-bit mode

2025-06-12 Thread Bruno Haible via Gnulib discussion list
> 2025-06-12 Bruno Haible > > stat, lstat, fstat tests: Enhance tests regarding /dev/null or NUL. > * tests/test-fstat.c: Include . > (main): Check that fstat reports /dev/null or NUL as a character device. > * tests/test-stat.h (test_stat_func): Likewise for stat. >

Re: stat: Add support for mingw 13 in 32-bit mode

2025-06-12 Thread Bruno Haible via Gnulib discussion list
> and _stat32i64, when applied to the "NUL" device on mingw, reports > that "NUL" is a regular file. It's worth mentioning this bug in the documentation. And adding a unit test. 2025-06-12 Bruno Haible stat, lstat, fstat tests: Enhance tests regarding /dev/null or NUL. * test