membarrier.2: srcfix FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-11-19 11:05:04 +01:00
parent c50f154e6b
commit ee595da39c
1 changed files with 4 additions and 3 deletions

View File

@ -184,9 +184,10 @@ system call was added in Linux 4.3.
.BR membarrier () .BR membarrier ()
is Linux-specific. is Linux-specific.
.in .in
.SH SEE ALSO .\" .SH SEE ALSO
.BR cpu_opv (2) , .\" FIXME See if the following syscalls make it into Linux 4.15 or later
.BR rseq (2) .\" .BR cpu_opv (2),
.\" .BR rseq (2)
.SH NOTES .SH NOTES
A memory barrier instruction is part of the instruction set of A memory barrier instruction is part of the instruction set of
architectures with weakly-ordered memory models. architectures with weakly-ordered memory models.