This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 982dd20ed getfacl: Simplify by using acl_to_any_text new a9ffa71a1 POSIX Asynchronous I/O support: aio files new 87253cbe3 POSIX Asynchronous I/O support: fhandler files new 7f32efbf7 POSIX Asynchronous I/O support: other files
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 | 1005 ++++++++++++++++++++++++++++++++ winsup/cygwin/common.din | 8 + winsup/cygwin/fhandler.cc | 4 +- winsup/cygwin/fhandler.h | 11 +- winsup/cygwin/fhandler_disk_file.cc | 100 +++- winsup/cygwin/fhandler_tty.cc | 2 +- winsup/cygwin/include/aio.h | 82 +++ winsup/cygwin/include/cygwin/version.h | 6 +- winsup/cygwin/include/limits.h | 17 +- winsup/cygwin/release/2.11.0 | 4 + winsup/cygwin/sysconf.cc | 6 +- winsup/cygwin/thread.cc | 4 +- winsup/doc/new-features.xml | 6 + winsup/doc/posix.xml | 16 +- winsup/utils/strace.cc | 2 +- 16 files changed, 1214 insertions(+), 60 deletions(-) create mode 100644 winsup/cygwin/aio.cc create mode 100644 winsup/cygwin/include/aio.h