Skip to content

Commit f25ce61

Browse files
author
Vladimir Kotal
committed
reflect 64-bit API
1 parent 4bc6521 commit f25ce61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

file-api.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@
119119
configuration -- installed software will not be possible to run by
120120
non-privileged users, what worked before may stop working, etc.
121121
\item If the \emph{mode} argument is required and not specified, you get
122-
whatever is on the stack. Both flags and mode are stored in the system file
123-
table, see page \pageref{OPENFILETABLES}.
122+
whatever is on the stack or CPU register. Both flags and mode are stored in the
123+
system file table, see page \pageref{OPENFILETABLES}.
124124
\item Macros for use with \emph{mode} can be usually found in the manual page
125125
for \texttt{chmod(2)}, and you can find them also in the \texttt{stat.h} header
126126
file (or in another file included from it) where the standard requires them to
127127
be.
128128
\item A no longer needed slot in the file descriptor or system file table is
129-
zeroed out before its reuse.
129+
zeroed out before its reuse.
130130
\item There are other flags as well:
131131
\begin{itemize}
132132
\item \texttt{O\_SYNC} (\texttt{O\_DSYNC}, \texttt{O\_RSYNC}) \dots{} the call

0 commit comments

Comments
 (0)