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 19983 invoked from network); 27 Aug 2022 23:13:10 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 27 Aug 2022 23:13:10 -0000 Received: (qmail 9446 invoked by uid 550); 27 Aug 2022 23:13:08 -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 9411 invoked from network); 27 Aug 2022 23:13:07 -0000 From: Duncan Bellamy DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denkimushi.com; s=dkim; t=1661641976; 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=FRx4abngbr4JkyQ8y35ieoODyfZVF06gWylljO/7nRk=; b=UQKMfH78FhL6FYTE1ujfqdQFMfkjug3xBinED0mJlscHXbcM43Kg0KhWUqIU0+aIvdqfmh pbqP62oJNaP9CMl8zRyAQjEfuMqx67JYLNyKvpxjzxKTZjehlcnXuN56wruwF77gQkh4IG UNhanEORYzQRVHpODwGysG7K3yWzIHg= To: info@bnoordhuis.nl Cc: musl@lists.openwall.com, Duncan Bellamy Date: Sun, 28 Aug 2022 00:11:41 +0100 Message-Id: <20220827231143.3324909-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=1661641976; a=rsa-sha256; cv=none; b=sBpHBG9FaM0hmbxwG8JxViyFgYwkKXpxJuxz9kW8qGH/GGleT3sKGBYcEu+W9ZZ/QvD/XF JQG+ZBZemo1pOPeeDXYAkfAmwD7Q+JHBKfJcextPw1pr835vJBgW+fZhXvf+aag2/TJbbF WMuCAvFKSL076gpIW4C8WzZunMn8bKM= 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=1661641976; 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=FRx4abngbr4JkyQ8y35ieoODyfZVF06gWylljO/7nRk=; b=bfEPvwEkKNpddXc9MoWQqJJEzTj6T4b4n0gPQUub5enekjaMZ3JFqGOL0suYd0EaJ9SFYb vS/JH3hQLYKQcUno5K+maQZab6XVY3so7MihmEscdZL8erMLgJsJsk1BGJ8UO0ZX+rbH+L hcwazvMj3ymdHBfocBYEdHkbdlhDdPY= Subject: [musl] [PATCH 0/2] V2 Version 2 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 | 39 ++++++++++++++++++++++++++++++++++++ 3 files changed, 91 insertions(+), 27 deletions(-) create mode 100644 src/stat/statx.c -- 2.37.1