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]

Re: [PATCH] Remove hidden_def for __gettimeofday for x86_64


On Tue, Jun 11, 2013 at 07:26:22PM +0000, Joseph S. Myers wrote:
> On Tue, 11 Jun 2013, Siddhesh Poyarekar wrote:
> 
> > 	* include/sys/time.h: Move file...
> > 	* sysdeps/generic/sys/time.h: ... here.
> 
> That seems wrong.  include/ are internal headers, whereas sys/ headers 
> from sysdeps directories will get installed (and I don't know whether the 
> sysdeps version or the time/ version would take precedence).  Did you 
> check the correct header still got installed after your patch?  If you 
> need a system-specific internal header wrapping a public header, use an 
> include/ subdirectory of the sysdeps directory.

Thanks, I didn't catch that.  I also realized that the gcc
tree-loop-distribute-patterns may be causing some pain here as well.
I'll investigate that too before posting an updated version.

Siddhesh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]