|
Message-Id: <2C8S0G5PN0Q4R.21N6CCO9FEK55@8pit.net> Date: Thu, 08 Apr 2021 18:02:39 +0200 From: Sören Tempel <soeren@...ren-tempel.net> To: musl@...ts.openwall.com Subject: nftw: FTW_CHDIR defined but not implemented 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
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.