readdir.2: readdir(2) doesn't exist on x86-64

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-03-26 13:50:50 +01:00
parent 09ddc8db5c
commit d80cadc13a
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,7 @@
.\" In 1.3.X, returns only one entry each time; return value is different.
.\" Modified 2004-12-01, mtk, fixed headers listed in SYNOPSIS
.\"
.TH READDIR 2 2012-07-13 "Linux" "Linux Programmer's Manual"
.TH READDIR 2 2013-03-26 "Linux" "Linux Programmer's Manual"
.SH NAME
readdir \- read directory entry
.SH SYNOPSIS
@ -122,6 +122,8 @@ structure yourself.
However, probably you should use
.BR readdir (3)
instead.
This system call does not exist on x86-64.
.SH SEE ALSO
.BR getdents (2),
.BR readdir (3)