|
Message-Id: <20220123155955.16484-1-ismael@iodev.co.uk> Date: Sun, 23 Jan 2022 16:59:53 +0100 From: Ismael Luceno <ismael@...ev.co.uk> To: musl@...ts.openwall.com Cc: Rich Felker <dalias@...c.org>, Ismael Luceno <ismael@...ev.co.uk> Subject: [PATCH v3 0/2] nftw: Implement FTW_CHDIR and FTW_ACTIONRETVAL FTW_CHDIR is specified by POSIX. While the spec doesn't clarify, nftw restores the starting directory in conformance with other implementations. FTW_ACTIONRETVAL is a GNU extension added by glibc 2.3.3. Changes since v2: - Fixed error handling on FTW_CHDIR Changes since v1: - Fixed handling of FTW_STOP when FTW_DEPTH isn't set. Ismael Luceno (2): nftw: implement FTW_CHDIR nftw: implement FTW_ACTIONRETVAL (GNU extension) include/ftw.h | 7 +++++++ src/misc/nftw.c | 55 ++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 52 insertions(+), 10 deletions(-) -- 2.33.0
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.