public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Florian Weimer <fweimer@redhat.com>
To: Adhemerval Zanella via Libc-alpha <libc-alpha@sourceware.org>
Subject: Re: [PATCH v3 1/4] libsupport: Add support_select_modifies_timeout
Date: Fri, 09 Apr 2021 18:23:16 +0200	[thread overview]
Message-ID: <87zgy7v34b.fsf@oldenburg.str.redhat.com> (raw)
In-Reply-To: <20210409155346.1357023-1-adhemerval.zanella@linaro.org> (Adhemerval Zanella via Libc-alpha's message of "Fri, 9 Apr 2021 12:53:43 -0300")

* Adhemerval Zanella via Libc-alpha:

> diff --git a/support/support_select_modifies_timeout.c b/support/support_select_modifies_timeout.c
> new file mode 100644
> index 0000000000..a4f3bf145c
> --- /dev/null
> +++ b/support/support_select_modifies_timeout.c
> @@ -0,0 +1,29 @@
> +/* Return whether select modify the timeout.

“modifies”

> +   Copyright (C) 2021 Free Software Foundation, Inc.
> +   This file is part of the GNU C Library.
> +
> +   The GNU C Library is free software; you can redistribute it and/or
> +   modify it under the terms of the GNU Lesser General Public
> +   License as published by the Free Software Foundation; either
> +   version 2.1 of the License, or (at your option) any later version.
> +
> +   The GNU C Library is distributed in the hope that it will be useful,
> +   but WITHOUT ANY WARRANTY; without even the implied warranty of
> +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
> +   Lesser General Public License for more details.
> +
> +   You should have received a copy of the GNU Lesser General Public
> +   License along with the GNU C Library; if not, see
> +   <https://www.gnu.org/licenses/>.  */
> +
> +#include <stdbool.h>

Sorry for not catching this early.  This should be <support/support.h>.
Okay with these changes.

Thanks,
Florian


      parent reply	other threads:[~2021-04-09 16:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-09 15:53 Adhemerval Zanella
2021-04-09 15:53 ` [PATCH v3 2/4] libsupport: Add support_select_normalizes_timeout Adhemerval Zanella
2021-04-09 16:24   ` Florian Weimer
2021-04-09 15:53 ` [PATCH v3 3/4] linux: Normalize and return timeout on select (BZ #27651) Adhemerval Zanella
2021-04-12  8:28   ` Andreas Schwab
2021-04-12 12:20     ` Adhemerval Zanella
2021-04-12 18:26       ` Adhemerval Zanella
2021-04-12 19:20         ` Andreas Schwab
2021-04-09 15:53 ` [PATCH v3 4/4] linux: always update select timeout (BZ #27706) Adhemerval Zanella
2021-04-09 16:23 ` Florian Weimer [this message]

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=87zgy7v34b.fsf@oldenburg.str.redhat.com \
    --to=fweimer@redhat.com \
    --cc=libc-alpha@sourceware.org \
    /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).