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=0.3 required=5.0 tests=DKIM_ADSP_ALL,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 27312 invoked from network); 31 Aug 2022 19:08:30 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 31 Aug 2022 19:08:30 -0000 Received: (qmail 31866 invoked by uid 550); 31 Aug 2022 19:08:27 -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 31829 invoked from network); 31 Aug 2022 19:08:27 -0000 From: Duncan Bellamy DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denkimushi.com; s=dkim; t=1661972894; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VpyZ0I4FD2Ns+DiQtDuoyz6/rJmJmKqFYcu1cwXsg0o=; b=iM0K3Ue7DRXNXcYixkPx4SqKbi51VP/bHU1n205yJ1EKf+pbIfzvJqOBmulhJyGkuePDvB 8cib0P0BniPu9JwA7lRub9lf5pLFJV6/9olF164E1iUBjZZcIwHfzKon+rGFMNgMkmhx1O B8Iddr/JfjI84bZPk4pmvDCjQPzap5o= To: info@bnoordhuis.nl Cc: musl@lists.openwall.com, Duncan Bellamy Date: Wed, 31 Aug 2022 20:07:33 +0100 Message-Id: <20220831190735.52016-1-dunk@denkimushi.com> In-Reply-To: <20200119121247.37310-1-info@bnoordhuis.nl> References: <20200119121247.37310-1-info@bnoordhuis.nl> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit ARC-Seal: i=1; s=dkim; d=denkimushi.com; t=1661972894; a=rsa-sha256; cv=none; b=XL4pOqtswUjLGjlZuEowJLZjf/Ba+kL0rXglX5/hD+RvWri1IPtipKwjuJUGrh7vyPGCAs 04jVZ9cvz1ChbtjlBNygskJAf1CL0GNmQEkvxDZbr3Ge/yGDGxnsvfJLi+nhokqInEjEQ3 GPOxQqd1MmqFagxSlvATodNFmSinqmM= ARC-Authentication-Results: i=1; ORIGINATING; auth=pass smtp.auth=dunk@denkimushi.com smtp.mailfrom=dunk@denkimushi.com ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=denkimushi.com; s=dkim; t=1661972894; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VpyZ0I4FD2Ns+DiQtDuoyz6/rJmJmKqFYcu1cwXsg0o=; b=y8QMDzi341Wi4eHGYDa6kR/LDz9ycEI1esS1f3HA0dZpG4iCYy2BYmlHpqsAiWb3Dtp+Ai 1U8LVD/QqJnlRegbBZ1XsNxRXpbjzdT+dcTYFdpSGvTTxTR8mYeIHS9Rn57UQdEyXaPjJU wkooxipmI8UhpZRhSNwJya4/QES4jgE= Subject: [musl] [PATCH 0/2] V3 Version 3 Duncan Bellamy (2): resubmitting old statx patch with changes src/stat/fstatat.c use new statx define include/sys/stat.h | 49 ++++++++++++++++++++++++++++++++++++++++++++++ src/stat/fstatat.c | 30 +++------------------------- src/stat/statx.c | 40 +++++++++++++++++++++++++++++++++++++ 3 files changed, 92 insertions(+), 27 deletions(-) create mode 100644 src/stat/statx.c -- 2.32.1 (Apple Git-133)