From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 543EF3858C5E for ; Mon, 7 Nov 2022 09:44:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 543EF3858C5E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 6E3411F88B; Mon, 7 Nov 2022 09:44:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1667814278; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bheLwKEw6+4gBicjaVJ6vad5VRWqqDEty8oKfc0hKt8=; b=DKTwenuzxcwq4sRdE+Tn2zlIrdg1YZIhX/HgIKJ7YfGJWpIcSMvDpDa+0FiITOAHjuCNjI ZWxxMtK0QjFS0IBTW0rbwBfA+9O3MLXHjeW6xXt9AosgMZci2QB6lqZlya4y/tc9rr8xaS 27Tod0CbVPmjlT74fFyCnx0z0fDzQ5s= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1667814278; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bheLwKEw6+4gBicjaVJ6vad5VRWqqDEty8oKfc0hKt8=; b=zEEBV7L49d6cgdvlPaCqKLOgcR+B3+dnHVA//bR4ZAvCPMFSqaUevKALwRLFJ/NTa6oTUd 16yIVEBguCR7VTAw== Received: from hawking.suse.de (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id 187E02C141; Mon, 7 Nov 2022 09:44:38 +0000 (UTC) Received: by hawking.suse.de (Postfix, from userid 17005) id BFE0C44026B; Mon, 7 Nov 2022 10:44:37 +0100 (CET) From: Andreas Schwab To: Adhemerval Zanella via Libc-alpha Cc: Kabe , Adhemerval Zanella Subject: Re: [PATCH] Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746) References: <20221104193424.567103-1-adhemerval.zanella@linaro.org> X-Yow: I'll clean your ROOM!! I know some GOOD stories, too!! All about ROAD Island's, HUSH Puppies, and how LUKE finds GOLD on his LAND!! Date: Mon, 07 Nov 2022 10:44:37 +0100 In-Reply-To: <20221104193424.567103-1-adhemerval.zanella@linaro.org> (Adhemerval Zanella via Libc-alpha's message of "Fri, 4 Nov 2022 16:34:24 -0300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-9.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Nov 04 2022, Adhemerval Zanella via Libc-alpha wrote: > diff --git a/include/sys/poll.h b/include/sys/poll.h > index f904e21f89..f0f1b22ac8 100644 > --- a/include/sys/poll.h > +++ b/include/sys/poll.h > @@ -2,21 +2,29 @@ > # include > > #ifndef _ISOMAC > +# include > +# include > + > extern int __poll (struct pollfd *__fds, unsigned long int __nfds, > int __timeout); > libc_hidden_proto (__poll) > +extern int __ppoll (struct pollfd *fds, nfds_t nfds, > + const struct timespec *timeout, > + const sigset_t *sigmask); Does this need a hidden alias? (Spacing is inconsistent.) -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."