diff --git a/distrib/sets/lists/comp/mi b/distrib/sets/lists/comp/mi index 0ce3e22b7ae2..0421cd15433a 100644 --- a/distrib/sets/lists/comp/mi +++ b/distrib/sets/lists/comp/mi @@ -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 --git a/lib/libc/atomic/Makefile.inc b/lib/libc/atomic/Makefile.inc index 6a6ed68cb2aa..55af586964ed 100644 --- a/lib/libc/atomic/Makefile.inc +++ b/lib/libc/atomic/Makefile.inc @@ -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 @@ MLINKS+=atomic_add.3 atomic_add_32.3 \ 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