This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from a346a2679 cygwin/signal.h: Remove SI_QUEUE unimplemented comment new 68217c317 cygwin: simplify pthread timedwait handling new 37738448a cygwin: Implement pthread_mutex_timedlock new eb206317a cygwin: Bump DLL version to 2.9.0
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/common.din | 1 + winsup/cygwin/include/cygwin/version.h | 7 +- winsup/cygwin/include/pthread.h | 1 + winsup/cygwin/release/{2.8.3 => 2.9.0} | 2 +- winsup/cygwin/thread.cc | 155 +++++++++++++++++++-------------- winsup/cygwin/thread.h | 5 +- winsup/doc/new-features.xml | 16 ++++ winsup/doc/posix.xml | 2 +- 8 files changed, 115 insertions(+), 74 deletions(-) rename winsup/cygwin/release/{2.8.3 => 2.9.0} (93%)