This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "mingw-org-wsl" repository containing the "mingw" project. The branch, 5.5-trunk has been updated via 5ae20fb2ea2f986ba30174feafc6842f0e98fd14 (commit) via 22347dfbff62cfcf70498626b2775bdf2e883e63 (commit) via 7abd9fa6fe01daba7e91b0d15d9224c9addd711a (commit) from e6a7d2485cad66c3daaf9c91e8b4d87c9210b2e0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5ae20fb2ea2f986ba30174feafc6842f0e98fd14 Author: Keith Marshall <keith****@users*****> Date: Fri Nov 4 20:30:53 2022 +0000 Provide LocalDiscard() implementation per issue #44471. commit 22347dfbff62cfcf70498626b2775bdf2e883e63 Author: Eli Zaretskii <eliz****@gnu*****> Date: Fri Nov 4 20:07:56 2022 +0000 Fix IsProcessInJob() function prototype per issue #44471. commit 7abd9fa6fe01daba7e91b0d15d9224c9addd711a Author: Keith Marshall <keith****@users*****> Date: Fri Nov 4 14:58:41 2022 +0000 Implement interlocked memory access API intrinsic functions. ----------------------------------------------------------------------- Summary of changes: w32api/ChangeLog | 60 +++++++++++++ w32api/include/intrin.h | 224 +++++++++++++++++++++++++++++++++++++++++++++++ w32api/include/winbase.h | 11 ++- w32api/include/winnt.h | 80 +++++++++++++++++ 4 files changed, 373 insertions(+), 2 deletions(-) create mode 100644 w32api/include/intrin.h hooks/post-receive -- mingw-org-wsl (mingw)