From: Ismael Luceno <ismael@iodev.co.uk> To: musl@lists.openwall.com Cc: Rich Felker <dalias@libc.org>, Ismael Luceno <ismael@iodev.co.uk> Subject: [musl] [PATCH v3 0/2] nftw: Implement FTW_CHDIR and FTW_ACTIONRETVAL Date: Sun, 23 Jan 2022 16:59:53 +0100 [thread overview] Message-ID: <20220123155955.16484-1-ismael@iodev.co.uk> (raw) 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
next reply other threads:[~2022-01-23 15:56 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-01-23 15:59 Ismael Luceno [this message] 2022-01-23 15:59 ` [musl] [PATCH v3 1/2] nftw: implement FTW_CHDIR Ismael Luceno 2022-05-12 13:00 ` Rich Felker 2022-01-23 15:59 ` [musl] [PATCH v3 2/2] nftw: implement FTW_ACTIONRETVAL (GNU extension) Ismael Luceno 2022-01-24 0:47 ` Dominique MARTINET 2022-01-24 19:53 ` Ismael Luceno 2022-03-09 4:37 ` Dominique MARTINET 2022-03-09 11:41 ` Rich Felker 2022-04-28 2:02 ` Dominique MARTINET 2022-01-24 22:13 ` [musl] [PATCH v3 0/2] nftw: Implement FTW_CHDIR and FTW_ACTIONRETVAL Rich Felker
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20220123155955.16484-1-ismael@iodev.co.uk \ --to=ismael@iodev.co.uk \ --cc=dalias@libc.org \ --cc=musl@lists.openwall.com \ --subject='Re: [musl] [PATCH v3 0/2] nftw: Implement FTW_CHDIR and FTW_ACTIONRETVAL' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: https://git.vuxu.org/mirror/musl/ This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).