Skip to content

Commit

Permalink
C11 thread local in OpenBSD shared objects is buggy, so disable it.
Browse files Browse the repository at this point in the history
Issue: #19109

Pull request: #19110
  • Loading branch information
nwc10 authored and jkeenan committed Sep 9, 2021
1 parent 7b6e25e commit 1e0e4aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hints/openbsd.sh
Expand Up @@ -155,4 +155,8 @@ esac
# which is being fixed. In the meantime, forbid POSIX 2008 locales
d_newlocale="$undef"

# Seems that OpenBSD returns bogus values in _Thread_local variables in code in
# shared objects, so we need to disable it. See GH #19109
d_thread_local=undef

# end

0 comments on commit 1e0e4aa

Please sign in to comment.