atomic_load/store_* appeared in NetBSD 9, not 10.
Pullup preceded release of 9.0.
This commit is contained in:
parent
ddc76b9234
commit
be78b0a273
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: atomic_loadstore.9,v 1.5 2019/12/08 00:00:59 uwe Exp $
|
||||
.\" $NetBSD: atomic_loadstore.9,v 1.6 2020/09/03 00:23:57 riastradh Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2019 The NetBSD Foundation
|
||||
.\" All rights reserved.
|
||||
|
@ -766,7 +766,7 @@ or similar to enable resource reclamation.)
|
|||
.Xr pserialize 9
|
||||
.Sh HISTORY
|
||||
These atomic operations first appeared in
|
||||
.Nx 10.0 .
|
||||
.Nx 9.0 .
|
||||
.Sh CAVEATS
|
||||
C11 formally specifies that all subexpressions, except the left
|
||||
operands of the
|
||||
|
|
Loading…
Reference in New Issue