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] Add hidden definition for __clock_gettime


> time(), clock(), and several other functions outside the namespace for
> clock_gettime should probably be calling it. 

That's a separate issue being discussed in another thread, and I am not at
all convinced.

> Whether they do, I'm not sure, but the namespace issue is real.

That's exactly wrong.  For the name space issue, all that matters is what
calls from what other functions' implementations we actually have in the
code.  We add __ names when we need them because of a manifest name space
issue in the actual code.  When we don't actually need them, we should not
have them.


Thanks,
Roland


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