Andrew Eggenberger, le ven. 23 avril 2021 07:12:22 -0500, a ecrit: > I see your point. But this is more about the hurd-specific nature of > dir_readdir than the dirent struct. readdir in glibc returns one dirent at a > time, not something called an array that can’t be reliably treated as one. > That’s what this patch is meant to document.
So the real fix is to not call it an array :) I did so in the fs.defs source. Thanks, Samuel