aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2025-11-10 15:30:50 +0000
committerMark Johnston <markj@FreeBSD.org>2025-11-14 14:31:16 +0000
commit1563da200d4d3d56799267f1bbc58933a6c21331 (patch)
tree90277484ba85b0a544c50539fc256fef2cdad5bb
parent2f3adab9d512faec3e1891e505d1888db5d0240e (diff)
queue.3: Add MLINKs for *_EMPTY_ATOMIC
MFC after: 1 week Fixes: d2870b8666f2 ("queue: Add atomic variants for *_EMPTY")
-rw-r--r--share/man/man3/Makefile4
1 files changed, 4 insertions, 0 deletions
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 \