summaryrefslogtreecommitdiffstats
path: root/man3/readdir_r.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/readdir_r.3')
-rw-r--r--man3/readdir_r.35
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/readdir_r.3 b/man3/readdir_r.3
index f5a97da62..2e2512641 100644
--- a/man3/readdir_r.3
+++ b/man3/readdir_r.3
@@ -13,8 +13,9 @@ Standard C library
.nf
.B #include <dirent.h>
.PP
-.BI "int readdir_r(DIR *restrict " dirp ", struct dirent *restrict " entry ,
-.BI " struct dirent **restrict " result );
+.BI "[[deprecated]] int readdir_r(DIR *restrict " dirp ,
+.BI " struct dirent *restrict " entry ,
+.BI " struct dirent **restrict " result );
.fi
.PP
.RS -4