This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 513aaa0d78 Add Transliterations for Unicode Misc. Mathematical Symbols- [...] new 4812365660 time: Introduce function to check correctness of nanoseconds value new 177a3d48a1 y2038: linux: Provide __clock_getres64 implementation
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: hurd/hurdlock.c | 2 +- hurd/hurdselect.c | 4 +-- include/time.h | 16 +++++++++++ io/ppoll.c | 4 +-- nptl/lll_timedlock_wait.c | 3 +- nptl/pthread_cond_wait.c | 4 +-- nptl/pthread_join_common.c | 3 +- nptl/pthread_mutex_timedlock.c | 4 +-- nptl/pthread_rwlock_common.c | 7 ++--- nptl/sem_clockwait.c | 3 +- nptl/sem_timedwait.c | 3 +- sysdeps/htl/pt-cond-timedwait.c | 3 +- sysdeps/htl/pt-mutex-timedlock.c | 3 +- sysdeps/htl/pt-rwlock-timedrdlock.c | 3 +- sysdeps/htl/pt-rwlock-timedwrlock.c | 3 +- sysdeps/htl/sem-timedwait.c | 3 +- sysdeps/mach/hurd/htl/pt-hurd-cond-timedwait.c | 3 +- sysdeps/mach/nanosleep.c | 3 +- sysdeps/pthread/timer_settime.c | 6 ++-- sysdeps/sparc/sparc32/lowlevellock.c | 3 +- sysdeps/unix/clock_nanosleep.c | 3 +- sysdeps/unix/clock_settime.c | 2 +- sysdeps/unix/sysv/linux/clock_getres.c | 38 ++++++++++++++++++++++++-- sysdeps/unix/sysv/linux/clock_settime.c | 2 +- time/clock_nanosleep.c | 3 +- 25 files changed, 92 insertions(+), 39 deletions(-)