This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from bbfc0f0f8e i386: Remove _exit.S new 0f6e6b9764 y2038: linux: Provide __timerfd_gettime64 implementation new eae2243272 y2038: linux: Provide __timerfd_settime64 implementation new b112f53e9d y2038: linux: Provide __sched_rr_get_interval64 implementation
The 3 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: include/time.h | 15 +++++ sysdeps/unix/sysv/linux/Makefile | 3 +- sysdeps/unix/sysv/linux/sched_rr_gi.c | 73 ++++++++++++++++++++++ sysdeps/unix/sysv/linux/syscalls.list | 3 - .../linux/{timer_gettime.c => timerfd_gettime.c} | 30 +++++---- .../linux/{timer_settime.c => timerfd_settime.c} | 37 +++++------ 6 files changed, 120 insertions(+), 41 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/sched_rr_gi.c copy sysdeps/unix/sysv/linux/{timer_gettime.c => timerfd_gettime.c} (65%) copy sysdeps/unix/sysv/linux/{timer_settime.c => timerfd_settime.c} (66%)