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] i386/pthread_cond_timedwait: always use clock_gettime


On 2015-12-29 17:40, Mike Frysinger wrote:
> On 29 Dec 2015 23:31, Aurelien Jarno wrote:
> > Since we require at least a 2.6.32 Linux kernel, the clock_gettime
> > syscall is always available. Remove the corresponding compatibility
> > code.
> 
> how about nptl/pthread_cond_timedwait.c ?

Good point. I did look for old compat code in the sysdeps/ directory, I
should also have done that in nptl. This also looks a good candidate,
but I first need to check the clock_gettime is available in 2.6.32
kernels for all architectures. I'll look at that and send a patch if it
is the case.

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurelien@aurel32.net                 http://www.aurel32.net

Attachment: signature.asc
Description: Digital signature


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