prctl.2: Minor tweaks to Eugene Syromyatnikov's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-12 07:21:41 +01:00
parent 0e2c6b8c1b
commit 2da72a435c
1 changed files with 10 additions and 4 deletions

View File

@ -1118,11 +1118,17 @@ Pass
\fBPR_UNALIGN_NOPRINT\fP to silently fix up unaligned user accesses,
or \fBPR_UNALIGN_SIGBUS\fP to generate
.B SIGBUS
on unaligned user access. Alpha also supports an additional flag with the value
of 4 and no corresponding named constant, which instructs kernel to not fix up
on unaligned user access.
Alpha also supports an additional flag with the value
of 4 and no corresponding named constant,
which instructs kernel to not fix up
unaligned accesses (it is analogous to providing the
.BR UAC_NOFIX " flag in " SSI_NVPAIRS " operation of " setsysinfo
syscall on Tru64).
.BR UAC_NOFIX
flag in
.BR SSI_NVPAIRS
operation of the
.BR setsysinfo ()
system call on Tru64).
.TP
.B PR_GET_UNALIGN
(see