Hi, I'm investigating https://buildd.debian.org/status/package.php?p=libite and found printf("%d\n", stat("/dev/zero", &st)) give -1.
The issue only happens on hurd-i386. On hurd-amd64 and linux-* it gives 0 as expected. /dev/zero looks good too: crw-rw-rw- 1 root root 0, 0 Aug 7 2025 /dev/zero Did I miss something? Any help would be appreciated.
