https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115305
--- Comment #12 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Iain D Sandoe <[email protected]>: https://gcc.gnu.org/g:bdf293a112d293cee8bca0ae2e3944eba36e8005 commit r16-5900-gbdf293a112d293cee8bca0ae2e3944eba36e8005 Author: Iain Sandoe <[email protected]> Date: Wed Dec 3 07:44:53 2025 +0000 Ada, Darwin: Implement OSLock for Darwin [PR115305]. The generic Posix code does not match the layout of the pthread entities in the Darwin _pthread_types.h. So, let's make a Darwin-specific version and use it. PR ada/115305 gcc/ada/ChangeLog: * Makefile.rtl: Use s-oslock__darwin instead of the Posix version. * libgnat/s-oslock__darwin.ads: New file. Signed-off-by: Iain Sandoe <[email protected]>
