This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from b9cde4e3aa malloc: ensure set_max_fast never stores zero [BZ #25733] new 390b5a4727 y2038: include: Move struct __timespec64 definition to a sep [...] new 6f5eb5b2e5 y2038: linux: Provide __mq_timedsend_time64 implementation new 0b65a8fbaf y2038: linux: Provide __mq_timedreceive_time64 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/mqueue.h | 17 +++++++++++ include/struct___timespec64.h | 27 ++++++++++++++++ include/time.h | 24 +-------------- sysdeps/unix/sysv/linux/mq_timedreceive.c | 51 ++++++++++++++++++++++++++++--- sysdeps/unix/sysv/linux/mq_timedsend.c | 49 +++++++++++++++++++++++++++-- 5 files changed, 138 insertions(+), 30 deletions(-) create mode 100644 include/struct___timespec64.h