This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Rich Felker wrote:
this is a best-effort thing anyway, and can't inherently be expected to work, but the choice that makes things easy on the libc implementation side is *also* the choice that makes this work best.
It doesn't entirely simplify libc, as it enlarges struct stat and (more importantly) makes struct stat tricky. This is a judgment call, but I would say we're better off in the long run with a simpler struct stat that ordinary programmers will understand easily, even if this complicates nftw implementation during the transition.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |