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 21084 invoked from network); 27 Aug 2022 14:58:20 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 27 Aug 2022 14:58:20 -0000 Received: (qmail 5548 invoked by uid 550); 27 Aug 2022 14:58:17 -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 5515 invoked from network); 27 Aug 2022 14:58:16 -0000 From: Duncan Bellamy DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denkimushi.com; s=dkim; t=1661612283; 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=cOrBSJaoShu05OewNvYVMSqNL6W3VaDYU123aNNUCtE=; b=EzRtJFi5dlmwO/ST1n/WrW/P8p6yWdJDhwk03FKLx1YtUBfuRjIFvNhJg0ZPzVJG2Kpd1/ wqpfQunjviIvzJZ+SbDTP441Kc9z3SbimYHMykeHWaku/OduA2QPNK8B67Edsylu/h6uPt RXw78thzP5Bjk1hMDrdAyLjPFYyLSu0= To: info@bnoordhuis.nl Cc: musl@lists.openwall.com, Duncan Bellamy Date: Sat, 27 Aug 2022 15:57:51 +0100 Message-Id: <20220827145752.3133543-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=1661612283; a=rsa-sha256; cv=none; b=FqAeShubyNPM5gSjvluaypfnOPJ28W7IhU2XXXUiUx3lrhEIGiAd29x17HMGy/Yu2qO85u uprQy8ZTQaaNQ6gZIVSrI2gPLUKFCw0qAzzbzbK56fOUcV/ZpP6aNzzg6v+qFLvBXAmAL4 OKEp2a5KxNSbsu7Rqh7L3bl8GKIvH/0= 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=1661612283; 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=cOrBSJaoShu05OewNvYVMSqNL6W3VaDYU123aNNUCtE=; b=kVGwS9+NuPHCHSYTmh+heE/mKwVFoYlG04w2BN18imGpziK9l7JkvFmh+Go8BhbBqJUpoJ vQxXX8/IoZ35UDjVE3Hbg0/y3+uH3dptMnvKk4cvMpxIcHKnw0GI915gB+0f6P+jDFmscn bxFOkaTEUPTVZDvL5tfL+xu/8iOHZU0= Subject: [musl] [PATCH 0/1] [musl] [PATCH] add statx Previous patch was not finished: https://inbox.vuxu.org/musl/20200119121247.37310-1-info@bnoordhuis.nl/ Duncan Bellamy (1): resubmitting old statx patch with changes include/sys/stat.h | 49 ++++++++++++++++++++++++++++++++++++++++++++++ src/stat/fstatat.c | 27 +------------------------ src/stat/statx.c | 35 +++++++++++++++++++++++++++++++++ 3 files changed, 85 insertions(+), 26 deletions(-) create mode 100644 src/stat/statx.c -- 2.34.1