public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Adhemerval Zanella Netto <adhemerval.zanella@linaro.org>
To: Andreas Schwab <schwab@suse.de>,
	Adhemerval Zanella via Libc-alpha <libc-alpha@sourceware.org>
Cc: Kabe <skabe@vega.pgw.jp>
Subject: Re: [PATCH] Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)
Date: Mon, 7 Nov 2022 10:54:46 -0300	[thread overview]
Message-ID: <2ebf1feb-dbc7-7ebb-94ed-043d3ee66068@linaro.org> (raw)
In-Reply-To: <mvmleondrp6.fsf@suse.de>



On 07/11/22 06:44, Andreas Schwab wrote:
> 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 <io/sys/poll.h>
>>  
>>  #ifndef _ISOMAC
>> +# include <signal.h>
>> +# include <struct___timespec64.h>
>> +
>>  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.)
> 

In fact there is no need to add this prototype, I will remove in v2.

  reply	other threads:[~2022-11-07 13:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04 19:34 Adhemerval Zanella
2022-11-07  9:44 ` Andreas Schwab
2022-11-07 13:54   ` Adhemerval Zanella Netto [this message]
2022-11-07 12:13 ` skabe
2022-11-07 12:22   ` Andreas Schwab
2022-11-07 13:03 ` Andreas Schwab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2ebf1feb-dbc7-7ebb-94ed-043d3ee66068@linaro.org \
    --to=adhemerval.zanella@linaro.org \
    --cc=libc-alpha@sourceware.org \
    --cc=schwab@suse.de \
    --cc=skabe@vega.pgw.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).