getdents.2: Minor tweak to Alex's patch

The text in NOTES doesn't really relate specifically to
the #include, so remove the comment on the #include.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-10-28 22:17:53 +01:00
parent 2adfdd7795
commit 833ba57027
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ getdents, getdents64 \- get directory entries
.BI " unsigned int " count );
.PP
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.BR "#include <dirent.h>" " /* See NOTES */"
.BR "#include <dirent.h>"
.PP
.BI "int getdents64(unsigned int " fd ", struct linux_dirent64 *" dirp ,
.BI " unsigned int " count );