This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aaribaud/y2038 in repository glibc.
discards 83a7457 WIP: Y2038: support 64-bit clock_gettime adds 0623b9e gconv.h: fix build with GCC 7 adds 5ffc980 Document do_test in test-skeleton.c adds c74940f nptl: Document the reason why __kind in pthread_mutex_t is pa [...] adds 327792c Define __ASSUME_ST_INO_64_BIT on all platforms. new 76cef7a WIP: Y2038: support 64-bit clock_gettime
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (83a7457) \ N -- N -- N refs/heads/aaribaud/y2038 (76cef7a)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 1 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: ChangeLog | 54 ++++++++++++++++++++++ iconv/gconv.h | 2 +- include/time.h | 4 ++ sysdeps/aarch64/nptl/bits/pthreadtypes.h | 2 + sysdeps/arm/nptl/bits/pthreadtypes.h | 2 +- sysdeps/hppa/nptl/bits/pthreadtypes.h | 2 +- sysdeps/ia64/nptl/bits/pthreadtypes.h | 2 +- sysdeps/m68k/nptl/bits/pthreadtypes.h | 2 +- sysdeps/microblaze/nptl/bits/pthreadtypes.h | 2 +- sysdeps/mips/nptl/bits/pthreadtypes.h | 2 +- sysdeps/nios2/nptl/bits/pthreadtypes.h | 2 +- sysdeps/s390/nptl/bits/pthreadtypes.h | 2 +- sysdeps/sh/nptl/bits/pthreadtypes.h | 2 +- sysdeps/sparc/nptl/bits/pthreadtypes.h | 2 +- sysdeps/tile/nptl/bits/pthreadtypes.h | 2 +- sysdeps/unix/clock_settime.c | 2 +- sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h | 2 +- sysdeps/unix/sysv/linux/alpha/kernel-features.h | 1 + sysdeps/unix/sysv/linux/fxstat64.c | 2 +- sysdeps/unix/sysv/linux/lxstat64.c | 2 +- .../unix/sysv/linux/powerpc/bits/pthreadtypes.h | 2 +- sysdeps/unix/sysv/linux/sh/kernel-features.h | 1 + sysdeps/unix/sysv/linux/xstat64.c | 2 +- sysdeps/unix/sysv/linux/xstatconv.c | 2 +- sysdeps/x86/bits/pthreadtypes.h | 2 +- test-skeleton.c | 17 ++++++- time/bits/types/struct_timespec.h | 4 +- time/time.h | 5 +- 28 files changed, 100 insertions(+), 28 deletions(-)