mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] nftw: FTW_CHDIR defined but not implemented
@ 2021-04-08 16:02 Sören Tempel
  2021-09-03 14:50 ` [musl] " Sören Tempel
  0 siblings, 1 reply; 5+ messages in thread
From: Sören Tempel @ 2021-04-08 16:02 UTC (permalink / raw)
  To: musl

Hi,

The musl implementation of nftw does presently not implement the
FTW_CHDIR flag, which is mandated by POSIX. Unfortunately, musl does
define this macro in the ftw.h header file which makes software using
this flag compile but causes unexpected failures at run-time.
Implementing this feature would likely require a larger overhaul of the
current nftw implementation. Maybe it makes sense to remove the
FTW_CHDIR macro from ftw.h as a short-term workaround in the meantime to
prevent cumbersome run-time failures?

Greetings,
Sören

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-09-24  0:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-08 16:02 [musl] nftw: FTW_CHDIR defined but not implemented Sören Tempel
2021-09-03 14:50 ` [musl] " Sören Tempel
2021-09-03 18:26   ` Ariadne Conill
2021-09-04 15:04     ` Sören Tempel
2021-09-24  0:15       ` Rich Felker

Code repositories for project(s) associated with this public 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).