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: Fifth draft of the Y2038 design document


On Thu, 9 Mar 2017, Albert ARIBAUD wrote:

> > As I said above, no user .o file should ever end up referencing 
> > __clock_gettime; that's a purely internal symbol, not a public ABI.
> 
> Well, in time/time.h, clock_gettime" is defined in time/time.h by
> 
> 	extern int __REDIRECT(clock_gettime, (clockid_t __clock_id,
> 	  struct timespec *__tp), __clock_gettime) __THROW;

No, it's not, in master (and that line is badly formatted in other ways).  
Any change on a branch that introduces such a declaration is an incorrect 
change.

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