]> git.ipfire.org Git - thirdparty/man-pages.git/commit
readdir_r.3: SYNOPSIS: Mark as [[deprecated]]
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 25 Oct 2021 19:32:02 +0000 (21:32 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 5 Sep 2022 01:01:30 +0000 (03:01 +0200)
commitbb7b70be6af09a2c8b0cb60379d519a1d9f8cff0
treee79ad6a8f61e379b5607a6d3510e71abc5286447
parentece9db52e93e334957db34a90dbdf51bc058d22b
readdir_r.3: SYNOPSIS: Mark as [[deprecated]]

Glibc:

dirent/dirent.h:183:
extern int readdir_r (DIR *__restrict __dirp,
                      struct dirent *__restrict __entry,
                      struct dirent **__restrict __result)
     __nonnull ((1, 2, 3)) __attribute_deprecated__;

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man3/readdir_r.3