Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Add missing MLINK for membar_datadep_consumer(3).



details:   https://anonhg.NetBSD.org/src/rev/6ee08fef6083
branches:  trunk
changeset: 847022:6ee08fef6083
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Dec 07 15:13:59 2019 +0000

description:
Add missing MLINK for membar_datadep_consumer(3).

Detected by the indefatigable wizd.

diffstat:

 distrib/sets/lists/comp/mi   |  5 ++++-
 lib/libc/atomic/Makefile.inc |  3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (48 lines):

diff -r 70ca8375e891 -r 6ee08fef6083 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Sat Dec 07 14:55:58 2019 +0000
+++ b/distrib/sets/lists/comp/mi        Sat Dec 07 15:13:59 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.2295 2019/11/30 00:02:15 riastradh Exp $
+#      $NetBSD: mi,v 1.2296 2019/12/07 15:13:59 riastradh Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp                           comp-sys-root
@@ -8430,6 +8430,7 @@
 ./usr/share/man/cat3/mdc2.0                    comp-obsolete           obsolete
 ./usr/share/man/cat3/mdoc.0                    comp-obsolete           obsolete
 ./usr/share/man/cat3/membar_consumer.0         comp-c-catman           .cat
+./usr/share/man/cat3/membar_datadep_consumer.0 comp-c-catman           .cat
 ./usr/share/man/cat3/membar_enter.0            comp-c-catman           .cat
 ./usr/share/man/cat3/membar_exit.0             comp-c-catman           .cat
 ./usr/share/man/cat3/membar_ops.0              comp-c-catman           .cat
@@ -16423,6 +16424,7 @@
 ./usr/share/man/html3/md5.html                 comp-c-htmlman          html
 ./usr/share/man/html3/mdoc.html                        comp-obsolete           obsolete
 ./usr/share/man/html3/membar_consumer.html     comp-c-htmlman          html
+./usr/share/man/html3/membar_datadep_consumer.html     comp-c-htmlman          html
 ./usr/share/man/html3/membar_enter.html                comp-c-htmlman          html
 ./usr/share/man/html3/membar_exit.html         comp-c-htmlman          html
 ./usr/share/man/html3/membar_ops.html          comp-c-htmlman          html
@@ -24423,6 +24425,7 @@
 ./usr/share/man/man3/mdc2.3                    comp-obsolete           obsolete
 ./usr/share/man/man3/mdoc.3                    comp-obsolete           obsolete
 ./usr/share/man/man3/membar_consumer.3         comp-c-man              .man
+./usr/share/man/man3/membar_datadep_consumer.3 comp-c-man              .man
 ./usr/share/man/man3/membar_enter.3            comp-c-man              .man
 ./usr/share/man/man3/membar_exit.3             comp-c-man              .man
 ./usr/share/man/man3/membar_ops.3              comp-c-man              .man
diff -r 70ca8375e891 -r 6ee08fef6083 lib/libc/atomic/Makefile.inc
--- a/lib/libc/atomic/Makefile.inc      Sat Dec 07 14:55:58 2019 +0000
+++ b/lib/libc/atomic/Makefile.inc      Sat Dec 07 15:13:59 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.3 2016/08/27 08:03:13 dholland Exp $
+#      $NetBSD: Makefile.inc,v 1.4 2019/12/07 15:13:59 riastradh Exp $
 #      from: @(#)Makefile.inc  8.6 (Berkeley) 5/4/95
 
 # gen sources
@@ -79,4 +79,5 @@
        membar_ops.3 membar_exit.3 \
        membar_ops.3 membar_producer.3 \
        membar_ops.3 membar_consumer.3 \
+       membar_ops.3 membar_datadep_consumer.3 \
        membar_ops.3 membar_sync.3



Home | Main Index | Thread Index | Old Index