This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 17f8dfd31 Update config.guess, config.sub to gcc master branch versions new 9b2318c42 Cygwin: signalfd: fix comment new b6f53617a Cygwin: signalfd: set st_mode in fhandler_signalfd::fstat new 068182e26 Cygwin: timers: implement timerfd
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/common.din | 3 + winsup/cygwin/devices.cc | 3 + winsup/cygwin/devices.h | 3 + winsup/cygwin/devices.in | 3 + winsup/cygwin/dtable.cc | 3 + winsup/cygwin/fhandler.cc | 3 - winsup/cygwin/fhandler.h | 51 +++++++ winsup/cygwin/fhandler_signalfd.cc | 3 +- winsup/cygwin/fhandler_timerfd.cc | 198 +++++++++++++++++++++++++ winsup/cygwin/include/cygwin/version.h | 3 +- winsup/cygwin/include/sys/timerfd.h | 45 ++++++ winsup/cygwin/release/2.12.0 | 3 +- winsup/cygwin/select.cc | 45 ++++++ winsup/cygwin/timer.cc | 254 +++++++++++++++++++++++++++------ winsup/cygwin/timer.h | 21 ++- winsup/doc/new-features.xml | 3 +- winsup/doc/posix.xml | 3 + 18 files changed, 593 insertions(+), 55 deletions(-) create mode 100644 winsup/cygwin/fhandler_timerfd.cc create mode 100644 winsup/cygwin/include/sys/timerfd.h