From: GNU Libc Maintainers Date: Tue, 30 Apr 2024 21:57:11 +0000 (+0200) Subject: sysvshm-lll X-Git-Tag: archive/raspbian/2.31-13+rpi1+deb11u10^2~76 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8a738c2333fd690a36bf79d7e5f44161f6978c2d;p=glibc.git sysvshm-lll To be folded into tg-sysvshm.diff once upgraded to 2.33 Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name sysvshm-lll.diff --- diff --git a/hurd/sysvshm.c b/hurd/sysvshm.c index 1c57705c2..8557d68d6 100644 --- a/hurd/sysvshm.c +++ b/hurd/sysvshm.c @@ -45,7 +45,7 @@ struct sysvshm_attach static struct sysvshm_attach *attach_list; /* A lock to protect the linked list of shared memory attachments. */ -static unsigned int sysvshm_lock = LLL_INITIALIZER; +static unsigned int sysvshm_lock = LLL_LOCK_INITIALIZER; /* Adds a segment attachment. */