This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 18aa51ee0d Move nptl/tst-eintr1 to xtests new 5198399651 support: Add timespec.h new d8e0b901a4 nptl: Convert tst-cond11.c to use libsupport new 40d0816faa nptl: Use recent additions to libsupport in tst-sem5 new 495514eec7 nptl: Convert some rwlock tests to use libsupport new 44ac6ee97a nptl/tst-abstime: Use libsupport
The 5 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 | 27 ++++++++ nptl/tst-abstime.c | 70 ++++++-------------- nptl/tst-cond11.c | 169 +++++++++++-------------------------------------- nptl/tst-rwlock14.c | 122 ++++++----------------------------- nptl/tst-rwlock6.c | 146 +++++++++--------------------------------- nptl/tst-rwlock7.c | 119 ++++++++-------------------------- nptl/tst-rwlock9.c | 96 ++++++---------------------- nptl/tst-sem5.c | 21 ++---- support/Makefile | 3 + support/README | 5 ++ support/timespec-add.c | 71 +++++++++++++++++++++ support/timespec-sub.c | 71 +++++++++++++++++++++ support/timespec.c | 58 +++++++++++++++++ support/timespec.h | 79 +++++++++++++++++++++++ 14 files changed, 470 insertions(+), 587 deletions(-) create mode 100644 support/timespec-add.c create mode 100644 support/timespec-sub.c create mode 100644 support/timespec.c create mode 100644 support/timespec.h