From b177c9f9b184a57fa70b67100e027a4b6440319c Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Wed, 16 Dec 2020 21:33:25 +0000 Subject: [PATCH] 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 --- hurd/sysvshm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.30.2