This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from b568f92 declaration of ppoll() by poll.h should be guarded by _GNU_SOURCE new d0a359f Implement getloadavg()
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: winsup/cygwin/Makefile.in | 1 + winsup/cygwin/autoload.cc | 5 + winsup/cygwin/common.din | 1 + winsup/cygwin/fhandler_proc.cc | 10 +- winsup/cygwin/include/cygwin/stdlib.h | 4 + winsup/cygwin/include/cygwin/version.h | 3 +- winsup/cygwin/loadavg.cc | 192 +++++++++++++++++++++++++++++++++ winsup/cygwin/loadavg.h | 24 +++++ winsup/cygwin/shared.cc | 1 + winsup/cygwin/shared_info.h | 2 + winsup/doc/posix.xml | 1 + 11 files changed, 240 insertions(+), 4 deletions(-) create mode 100644 winsup/cygwin/loadavg.cc create mode 100644 winsup/cygwin/loadavg.h