nptl: __nptl_set_robust_list_avail must be nocommon
authorFlorian Weimer <fweimer@redhat.com>
Thu, 22 Apr 2021 07:56:37 +0000 (09:56 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 22 Apr 2021 09:08:43 +0000 (11:08 +0200)
commit6573396163082f45c9b9150605f0390305e37a6c
treef767ec2296c9b18b69a823c878769f65c5cfa636
parent1d67cf9e8a0194588e66fb3b7afcbdc3bf836a30
nptl: __nptl_set_robust_list_avail must be nocommon

This is required for GCC versions before 10 which default to -fcommon.

Fixes commit 442e8a40da9dfa24aeebf4f1a163f0a58b12cf7e ("nptl: Move part
of TCB initialization from libpthread to __tls_init_tp").
sysdeps/nptl/dl-tls_init_tp.c