This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 5fa9a0e70 Cygwin: getpriority() and top display for priority is inconsistent new 1f34405fe Cygwin: shmat: use mmap allocator strategy on 64 bit
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/mmap.cc | 89 +-------------------------------------------- winsup/cygwin/mmap_alloc.cc | 79 ++++++++++++++++++++++++++++++++++++++++ winsup/cygwin/mmap_alloc.h | 21 +++++++++++ winsup/cygwin/shm.cc | 8 +++- 5 files changed, 109 insertions(+), 89 deletions(-) create mode 100644 winsup/cygwin/mmap_alloc.cc create mode 100644 winsup/cygwin/mmap_alloc.h