Skip to content
Snippets Groups Projects
Commit b7978cbe authored by toy's avatar toy
Browse files

Add xref entry for file descriptor streams.

parent af8f122e
No related branches found
No related tags found
No related merge requests found
...@@ -295,6 +295,7 @@ For example, to use the \code{chdir} syscall: ...@@ -295,6 +295,7 @@ For example, to use the \code{chdir} syscall:
\section{File Descriptor Streams} \section{File Descriptor Streams}
\label{sec:fds}
Many of the UNIX system calls return file descriptors. Instead of using other Many of the UNIX system calls return file descriptors. Instead of using other
UNIX system calls to perform I/O on them, you can create a stream around them. UNIX system calls to perform I/O on them, you can create a stream around them.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment