That #ifdef does not belong in all those source files. It's only for the installed header. Every source file in libc and hurd will be compiled under _GNU_SOURCE.
In stat.h, the pedantic-mode members need to be called nsec, not usec. They are just another name for the struct timespec, which is ns, not us. Other stat.h changes unrelated to st_?tim* do not belong in the same patch. Discuss those on their own. Thanks, Roland _______________________________________________ Bug-hurd mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-hurd
