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: [COMMITTED PATCH] move some things from sysdeps/unix tosysdeps/posix


On Fri, 17 Aug 2012, Roland McGrath wrote:

> 	* sysdeps/unix/time.c: Moved ...
> 	* sysdeps/posix/time.c: ... here.

Did you check for #includes of these files?  At least sysdeps/unix/time.c 
is #included by sysdeps/unix/sysv/linux/time.c (that #include if __NR_time 
isn't defined, which may in fact only be the case for systems using the 
generic syscall ABI); I don't know offhand if there are other #includes of 
any of these files.

-- 
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]