This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from ff3d980 Add release note for commit 8a32c24 new 9bbc5a3 Use __inline in <sys/lock.h> for RTEMS new ba49de4 Add _TICKET_LOCK_INITIALIZER to <sys/lock.h> new e655d3d Move pthread types to <sys/_pthreadtypes.h>
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: newlib/libc/include/pthread.h | 8 +- .../libc/include/sys/{types.h => _pthreadtypes.h} | 292 ++------------------- newlib/libc/include/sys/types.h | 227 +--------------- newlib/libc/sys/rtems/include/sys/_pthreadtypes.h | 211 +++++++++++++++ newlib/libc/sys/rtems/include/sys/lock.h | 24 +- winsup/cygwin/include/machine/types.h | 46 ---- .../{machine/types.h => sys/_pthreadtypes.h} | 77 +----- 7 files changed, 259 insertions(+), 626 deletions(-) copy newlib/libc/include/sys/{types.h => _pthreadtypes.h} (50%) create mode 100644 newlib/libc/sys/rtems/include/sys/_pthreadtypes.h copy winsup/cygwin/include/{machine/types.h => sys/_pthreadtypes.h} (52%)