From da06f672fb81b5d6da7eeb43f14db32753f26a93 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 30 Oct 2021 14:54:03 +0200 Subject: ftw.3: SYNOPSIS: Mark ftw() as [[deprecated]] Use nftw(3) instead. ftw(3) has issues with [sig]longjmp(3). Link: Signed-off-by: Alejandro Colomar --- man3/ftw.3 | 1 + 1 file changed, 1 insertion(+) diff --git a/man3/ftw.3 b/man3/ftw.3 index 5dfe839c7..505a75522 100644 --- a/man3/ftw.3 +++ b/man3/ftw.3 @@ -29,6 +29,7 @@ Standard C library .BI " int " typeflag ", struct FTW *" ftwbuf ), .BI " int " nopenfd ", int " flags ); .PP +.B [[deprecated]] .BI "int ftw(const char *" dirpath , .BI " int (*" fn ")(const char *" fpath ", const struct stat *" sb , .BI " int " typeflag ), -- cgit v1.2.3