|
Message-Id: <20220122145158.3779-1-ismael@iodev.co.uk> Date: Sat, 22 Jan 2022 15:51:57 +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 v2 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 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 | 43 +++++++++++++++++++++++++++++++++---------- 2 files changed, 40 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.