This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 36b549924b Add more tests of pthread attributes initial values new e5ea9aef54 Add tests of time, gettimeofday, clock_gettime
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: time/Makefile | 6 ++ time/tst-clock_gettime-time64.c | 1 + time/tst-clock_gettime.c | 184 ++++++++++++++++++++++++++++++++++ time/tst-gettimeofday-time64.c | 1 + time/tst-gettimeofday.c | 93 +++++++++++++++++ time/tst-time-time64.c | 1 + misc/tst-mremap1.c => time/tst-time.c | 45 +++++---- 7 files changed, 311 insertions(+), 20 deletions(-) create mode 100644 time/tst-clock_gettime-time64.c create mode 100644 time/tst-clock_gettime.c create mode 100644 time/tst-gettimeofday-time64.c create mode 100644 time/tst-gettimeofday.c create mode 100644 time/tst-time-time64.c copy misc/tst-mremap1.c => time/tst-time.c (55%)