File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 731731for file locking
732732\end {itemize }
733733\item Note that there are two kinds of flags. Flags associated with the file
734- descriptor, having \texttt {FD } in the macro names (only one such exists --
735- \texttt { FD \_ CLOEXEC }), and flags associated with the slot in the system file
736- table of opened files, having \texttt {FL } in the \texttt {fcntl } command macros
734+ descriptor, having \texttt {FD } in the macro names \texttt { FD \_ CLOEXEC },
735+ and flags associated with the slot in the system file table of opened files,
736+ having \texttt {FL } in the \texttt {fcntl } command macros
737737(i.e. \texttt {F\_ GETFL }). See also the picture on page \pageref {OPENFILETABLES }.
738738\item Devices may support reading and writing using \texttt {read } and
739739\texttt {write }, and mapping files to memory (\texttt {mmap }, see page
You can’t perform that action at this time.
0 commit comments