https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115305
--- Comment #14 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Eric Botcazou <[email protected]>: https://gcc.gnu.org/g:082f98391d92b013e21333fa1b512015fcb0e84f commit r15-10574-g082f98391d92b013e21333fa1b512015fcb0e84f 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]>
