Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2026 14:56:14 +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: 1d5f1086c486 - stable/14 - queue.3: Add MLINKs for *_EMPTY_ATOMIC
Message-ID:  <6a564e0e.3da5b.1f5e31f4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by markj:

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

commit 1d5f1086c4866a5e851be423687d73cb948f3222
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-11-10 15:30:50 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-07-14 14:08:40 +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 0cabb74c6266..42e648828cf3 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -201,6 +201,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 \
@@ -222,6 +223,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 \
@@ -244,6 +246,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 \
@@ -268,6 +271,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 \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a564e0e.3da5b.1f5e31f4>