readdir.2: The programmer must declare the old_linux_dirent structure

Glibc does not provide a definition of this structure.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-10-02 13:30:23 +02:00
parent 8c1e7c9c47
commit 1dfd87eee5
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ This system call is Linux-specific.
.SH NOTES
Glibc does not provide a wrapper for this system call; call it using
.BR syscall (2).
You will need to define the
.I old_linux_dirent
structure yourself.
.SH "SEE ALSO"
.BR getdents (2),
.BR readdir (3)