bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ``struct stat'' issue


From: Roland McGrath
Subject: Re: ``struct stat'' issue
Date: Sun, 10 Jun 2007 19:49:34 -0700 (PDT)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]