This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from 9761c6cca Cygwin: add //tsclient and //wsl$ support to relnotes new 7dd4eb1db amdgcn: Implement proper locks
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: newlib/Makefile.in | 24 +++- newlib/libc/sys/amdgcn/Makefile.inc | 3 +- newlib/libc/sys/amdgcn/include/sys/lock.h | 39 +++++++ newlib/libc/sys/amdgcn/lock.c | 187 ++++++++++++++++++++++++++++++ 4 files changed, 250 insertions(+), 3 deletions(-) create mode 100644 newlib/libc/sys/amdgcn/include/sys/lock.h create mode 100644 newlib/libc/sys/amdgcn/lock.c