Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2025 14:25:35 +0000
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a7d052994e87 - stable/15 - queue.3: Add MLINKs for *_EMPTY_ATOMIC
Message-ID:  <6920765f.2c8ae.2b5c80e7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=a7d052994e87969c0242d9f9e7fedef859be2ef3

commit a7d052994e87969c0242d9f9e7fedef859be2ef3
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-11-10 15:30:50 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-11-21 14:15:46 +0000

    queue.3: Add MLINKs for *_EMPTY_ATOMIC
    
    MFC after:      1 week
    Fixes:          d2870b8666f2 ("queue: Add atomic variants for *_EMPTY")
    
    (cherry picked from commit 1563da200d4d3d56799267f1bbc58933a6c21331)
---
 share/man/man3/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index 18e439491793..bce57291f073 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -203,6 +203,7 @@ MLINKS+=	Q_SIGNSHFT.3 Q_SSIGN.3 \
 MLINKS+=	queue.3 LIST_CLASS_ENTRY.3 \
 		queue.3 LIST_CLASS_HEAD.3 \
 		queue.3 LIST_EMPTY.3 \
+		queue.3 LIST_EMPTY_ATOMIC.3 \
 		queue.3 LIST_ENTRY.3 \
 		queue.3 LIST_FIRST.3 \
 		queue.3 LIST_FOREACH.3 \
@@ -224,6 +225,7 @@ MLINKS+=	queue.3 LIST_CLASS_ENTRY.3 \
 		queue.3 SLIST_CLASS_ENTRY.3 \
 		queue.3 SLIST_CLASS_HEAD.3 \
 		queue.3 SLIST_EMPTY.3 \
+		queue.3 SLIST_EMPTY_ATOMIC.3 \
 		queue.3 SLIST_ENTRY.3 \
 		queue.3 SLIST_FIRST.3 \
 		queue.3 SLIST_FOREACH.3 \
@@ -246,6 +248,7 @@ MLINKS+=	queue.3 LIST_CLASS_ENTRY.3 \
 		queue.3 STAILQ_CLASS_HEAD.3 \
 		queue.3 STAILQ_CONCAT.3 \
 		queue.3 STAILQ_EMPTY.3 \
+		queue.3 STAILQ_EMPTY_ATOMIC.3 \
 		queue.3 STAILQ_ENTRY.3 \
 		queue.3 STAILQ_FIRST.3 \
 		queue.3 STAILQ_FOREACH.3 \
@@ -270,6 +273,7 @@ MLINKS+=	queue.3 LIST_CLASS_ENTRY.3 \
 		queue.3 TAILQ_CLASS_HEAD.3 \
 		queue.3 TAILQ_CONCAT.3 \
 		queue.3 TAILQ_EMPTY.3 \
+		queue.3 TAILQ_EMPTY_ATOMIC.3 \
 		queue.3 TAILQ_ENTRY.3 \
 		queue.3 TAILQ_FIRST.3 \
 		queue.3 TAILQ_FOREACH.3 \


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6920765f.2c8ae.2b5c80e7>