]> gcc.gnu.org Git - gcc.git/commit
libstdc++, Darwin: Limit recursive mutex init to OS versions needing it.
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 3 Dec 2022 17:09:35 +0000 (17:09 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Thu, 18 Apr 2024 14:40:51 +0000 (15:40 +0100)
commitab4ff3e9fe881ef85a8156f2be528872c6a2fdfc
treea3ed6679a0272b3c75650638c3c8a5e208308080
parente2403376c286692927f61708adec67a91ef64691
libstdc++, Darwin: Limit recursive mutex init to OS versions needing it.

The problem described in pr 51906 was fixed in the next OS release.  Limit the
workaround to systems that need it.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
libstdc++-v3/ChangeLog:

* config/os/bsd/darwin/os_defines.h
(_GTHREAD_USE_RECURSIVE_MUTEX_INIT_FUNC): Limit use of this macro
to OS versions that need it.

(cherry picked from commit a044c9d25972b22c6b4c8ec27f2de5fd622573cc)
libstdc++-v3/config/os/bsd/darwin/os_defines.h
This page took 0.057265 seconds and 6 git commands to generate.