Skip to content

Commit

Permalink
Remove unneeded words.
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksdavis committed Apr 24, 2020
1 parent 7ce4b87 commit 7e96efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cheri-c-programming.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1510,8 +1510,8 @@ \subsection{POSIX API changes}
If a region of memory containing valid pointers is written to a file, and
then read back, the pointers in that region will no longer be valid.
If a file is memory mapped, then pages mapped copy-on-write
(\cconst{MAP\_PRIVATE}) are able to hold tagged pointers, since they are in
fact swap-backed rather than file-backed, but pages mapped directly from the
(\cconst{MAP\_PRIVATE}) are able to hold tagged pointers, since they are
swap-backed rather than file-backed, but pages mapped directly from the
buffer cache (\cconst{MAP\_SHARED}) are not.

\item[Passing pointers via IPC] In the CheriABI process environment, only
Expand Down

0 comments on commit 7e96efb

Please sign in to comment.