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] Add generic POSIX implementation of C11 timespec_get.


On Tue, 23 Apr 2013, Roland McGrath wrote:

> +      if (clock_gettime (CLOCK_REALTIME, ts) < 0)
> +        return 0;

Doesn't this need to use __clock_gettime, to be namespace-correct for 
static linking?

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