Skip to content

Commit 3719c02

Browse files
committed
Update the note on reading a directory via read(2).
1 parent d162cc9 commit 3719c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file-api.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@
997997
\item \texttt{readdir} is a stateful function. To read the directory from the
998998
beginning again, \texttt{rewinddir} can be used. If you want to read the
999999
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
1000+
\item Some older systems might support reading a directory via a normal
10011001
\texttt{read} call. In that case, of course, you need to know the internal
10021002
representation of the directory data so the use of this is questionable. Linux
10031003
does not allow it at all.

0 commit comments

Comments
 (0)