This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 9ef0cd6a6 Cygwin: clock_nanosleep is not supposed to crash, return EFAU [...] new c406bea20 Cygwin: posix timers: move definition of timer_tracker class [...] new 92cbaa9f2 Cygwin: posix timers: convert timer_tracker::fixup_after_fork [...] new 961be8d72 Cygwin: posix timers: some cleanup new 9e295a8d1 Cygwin: posix timers: implement timer_getoverrun
The 4 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: winsup/cygwin/common.din | 1 + winsup/cygwin/exceptions.cc | 12 +++ winsup/cygwin/include/cygwin/version.h | 3 +- winsup/cygwin/include/limits.h | 2 +- winsup/cygwin/release/2.12.0 | 5 + winsup/cygwin/signal.cc | 7 ++ winsup/cygwin/timer.cc | 174 +++++++++++++++++++++++---------- winsup/cygwin/timer.h | 48 +++++++++ winsup/doc/new-features.xml | 9 ++ winsup/doc/posix.xml | 2 +- 10 files changed, 211 insertions(+), 52 deletions(-) create mode 100644 winsup/cygwin/timer.h