We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d162cc9 commit 3719c02Copy full SHA for 3719c02
file-api.tex
@@ -997,7 +997,7 @@
997
\item \texttt{readdir} is a stateful function. To read the directory from the
998
beginning again, \texttt{rewinddir} can be used. If you want to read the
999
directory from multiple threads, use the reentrant version, \texttt{readdir\_r}.
1000
-\item Some implementations might still support to read a directory via a normal
+\item Some older systems might support reading a directory via a normal
1001
\texttt{read} call. In that case, of course, you need to know the internal
1002
representation of the directory data so the use of this is questionable. Linux
1003
does not allow it at all.
0 commit comments