This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 7f983079d Cygwin: timerfd/signalfd: return EINVAL from write new 397526dee Cygwin: clock.h: add valid_timespec() to check timespec for validity new 40481dbab Cygwin: timerfd: reimplement from scratch new 3bfe18c64 Cygwin: fhandler_pipe: fix comment
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: winsup/cygwin/Makefile.in | 1 + winsup/cygwin/aio.cc | 2 +- winsup/cygwin/clock.h | 8 + winsup/cygwin/fhandler.h | 2 + winsup/cygwin/fhandler_pipe.cc | 2 +- winsup/cygwin/fhandler_timerfd.cc | 191 +++++++++++--- winsup/cygwin/posix_ipc.cc | 4 +- winsup/cygwin/signal.cc | 5 +- winsup/cygwin/thread.cc | 4 +- winsup/cygwin/timer.cc | 318 ++++------------------- winsup/cygwin/timer.h | 31 +-- winsup/cygwin/timerfd.cc | 515 ++++++++++++++++++++++++++++++++++++++ winsup/cygwin/timerfd.h | 160 ++++++++++++ 13 files changed, 908 insertions(+), 335 deletions(-) create mode 100644 winsup/cygwin/timerfd.cc create mode 100644 winsup/cygwin/timerfd.h