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, 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.

-- 
Joseph S. Myers
joseph@codesourcery.com


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