From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 24445 invoked from network); 3 Sep 2021 14:50:51 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 3 Sep 2021 14:50:51 -0000 Received: (qmail 28131 invoked by uid 550); 3 Sep 2021 14:50:49 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 28101 invoked from network); 3 Sep 2021 14:50:48 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=opensmtpd; bh=CMCpT86x7V YX83Q0ztV75DF6f0Oc8nHfYvX4xGqy5U0=; h=in-reply-to:references:from: subject:to:date; d=soeren-tempel.net; b=ok+slUfpSINWD5l0fBXYK9kWRotdHE SC5sCUyYVkyLSdNMFoan8GwrCjZftq2Iu0hWaz53IoBRGJsFhkNGHMIHTwl4xH8VeW/8Ux j+SZwz86UxsN+CFA9xA7TxmwtjTeJDwzsftiXSGyUge5dhrbrlCDRuoHYGIoAR9+RSCkOJ g= Date: Fri, 03 Sep 2021 16:50:33 +0200 To: musl@lists.openwall.com From: =?UTF-8?Q?S=C3=B6ren?= Tempel References: <2C8S0G5PN0Q4R.21N6CCO9FEK55@8pit.net> In-Reply-To: <2C8S0G5PN0Q4R.21N6CCO9FEK55@8pit.net> Message-Id: <2ZOH0VJCXGU77.20FBB6F700B31@8pit.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [musl] Re: nftw: FTW_CHDIR defined but not implemented S=C3=B6ren Tempel wrote: > 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. Ping. Any chance this could be fixed in the next release? Greetings, S=C3=B6ren