diff options
author | Luis Machado <luisgpm@br.ibm.com> | 2010-03-24 14:46:03 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-03-24 14:46:03 -0700 |
commit | 7749bf5fe6ac0464db10a3a17a31121517f92530 (patch) | |
tree | e1579c4098b38ae2bb2a4bb0f7ab781cf44ae875 /nptl/ChangeLog | |
parent | 7d9335ecd7ddd16bcbcfcc0f9cc1f0b5d392f849 (diff) | |
download | glibc-7749bf5fe6ac0464db10a3a17a31121517f92530.zip glibc-7749bf5fe6ac0464db10a3a17a31121517f92530.tar.gz glibc-7749bf5fe6ac0464db10a3a17a31121517f92530.tar.bz2 |
Enable common version of pthread_cond_timedwait to use clock_gettime in VDSO
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f51ad43..bab38c7 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2010-03-23 Luis Machado <luisgpm@br.ibm.com> + + * pthread_cond_timedwait.c: Add check for + HAVE_CLOCK_GETTIME_VSYSCALL to use VDSO whenever possible. + (pthread_cond_timedwait): Use INTERNAL_VSYSCALL instead of + INTERNAL_SYSCALL. + 2010-03-09 Ulrich Drepper <drepper@redhat.com> * pthread_create.c (__pthread_create_2_1): If priorities are incorrect |