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.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,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 13817 invoked from network); 4 Sep 2020 01:48:52 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 4 Sep 2020 01:48:52 -0000 Received: (qmail 9329 invoked by uid 550); 4 Sep 2020 01:48: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 9307 invoked from network); 4 Sep 2020 01:48:49 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= mime-version:message-id:in-reply-to:references:date:from:to :subject:content-type; s=fm3; bh=LDY44H2tjekjMAL2QXNoqWjBL6wcw9f 705rzfYViG1g=; b=nmoDqN/3C8CBAQmdxRSdrmak8kXdlZvxjfzzPazfCR2VIPS Dg88JUXGJhLNIRg5NNGpY/bcCVBzsQDcRl4EL9LoP0BVoyJgZz/MhCQsSp1+qgff Ybx5gt3ub35UdkwhepUqdZwyr8cYdygcdQjvzuHfe6Km54LZDO1DW6hBBSz7UM50 JgcvXiSr+0Olt+N1BNILuZYwAwWpe59L5FBfTqfcKOy5oa2vf4GEyGKCIbSCp23G W0uMqpvf4jkt7maQDl0tm8eqHkVGnWX4dMpRr67SJL/cWxyg91iGe0MB4I6ny+Hk Yb6n3b8YWPavxc81lq8Gdo1nf9mbd91Fg+6YjZQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=LDY44H 2tjekjMAL2QXNoqWjBL6wcw9f705rzfYViG1g=; b=KpXrW45qoJ98Kv9edA5NxY h08HfQHWJH8rxiPFmye20nsrCaOFP6ZeR1cIENKD7RlZwwVGmyqcHXqDpmAs8u9V VKCEsiKtWGhMxBnyk7ksjMzGKdMvjrMPUmqgVfJSohgNMvY3utJEKZgizzlZY/3h OTXFlWUlot5xCpgegk+nUHTuD13kdIcBouKQLVqfsD6n6W9avhoHRox15nhpyRrP LN2hNRzLYCiHibt+T4BmgPuFRn3+EtJ5Bbr3Hby3gFOFDszQtOpvZ+ZzHNeUPqlJ HiaxsggM0rvpSiebxvaHmhta6pUqqB0/68WtuxNLJ0HKJ8ug0Nob4ksJN4CigNeg == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrudegvddgheduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtsehttd ertderredtnecuhfhrohhmpedfufhtvghfrghnucfqkdftvggrrhdfuceoshhorhgvrghr sehfrghsthhmrghilhdrtghomheqnecuggftrfgrthhtvghrnhepieejjeetheeggefftd dvtddvfeevfedukeetgffhleetledvudfhgefgheegiefgnecuvehluhhsthgvrhfuihii vgeptdenucfrrghrrghmpehmrghilhhfrhhomhepshhorhgvrghrsehfrghsthhmrghilh drtghomh X-ME-Proxy: X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.3.0-259-g88fbbfa-fm-20200903.003-g88fbbfa3 Mime-Version: 1.0 Message-Id: <0f4f3a48-dc42-43ee-84f7-57eec4e5eee5@www.fastmail.com> In-Reply-To: <20200903160502.GD3265@brightrain.aerifal.cx> References: <20200903112309.102601-1-sorear@fastmail.com> <20200903112309.102601-7-sorear@fastmail.com> <20200903160502.GD3265@brightrain.aerifal.cx> Date: Thu, 03 Sep 2020 21:47:18 -0400 From: "Stefan O'Rear" To: musl@lists.openwall.com Content-Type: text/plain Subject: Re: [musl] [PATCH 06/14] Only call fstatat if defined On Thu, Sep 3, 2020, at 12:05 PM, Rich Felker wrote: > On Thu, Sep 03, 2020 at 07:23:01AM -0400, Stefan O'Rear wrote: > > + r = __syscall(SYS_statx, AT_FDCWD, s, AT_SYMLINK_NOFOLLOW, 0, > > + &(struct statx){0}); > > +#endif > > #endif > > Can be #elif. Also, is zero request mask ok here? The manpage doesn't say it's not ok. -s