public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@suse.de>
To: Adam Yi via Libc-alpha <libc-alpha@sourceware.org>
Cc: Adam Yi <ayi@janestreet.com>,
	 adhemerval.zanella@linaro.org,  i@adamyi.com
Subject: Re: [PATCH v4] posix: Fix system blocks SIGCHLD erroneously [BZ #30163]
Date: Mon, 06 Mar 2023 10:04:02 +0100	[thread overview]
Message-ID: <mvmilfel08t.fsf@suse.de> (raw)
In-Reply-To: <E1pZ2U4-001Qon-2L@igm-qws-u21165a.delacy.com> (Adam Yi via Libc-alpha's message of "Sun, 5 Mar 2023 23:27:13 -0500")

On Mär 05 2023, Adam Yi via Libc-alpha wrote:

> +  if (! (TYPE_MINIMUM (time_t) < sec))
     if (sec <= TYPE_MINIMUM (time_t))

> +  else if (! (sec < 1.0 + TYPE_MAXIMUM (time_t)))
     else if (sec >= 1.0 + TYPE_MAXIMUM (time_t))

-- 
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."

  reply	other threads:[~2023-03-06  9:04 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-24 17:31 [PATCH] " Adam Yi
2023-02-24 15:27 ` [PATCH v3] " Adam Yi
2023-03-02 16:42   ` Adhemerval Zanella Netto
2023-03-03  5:11     ` Adam Yi
2023-03-03 12:00       ` Adhemerval Zanella Netto
2023-03-06  4:27         ` [PATCH v4] " Adam Yi
2023-03-06  9:04           ` Andreas Schwab [this message]
2023-03-07  1:52             ` [PATCH v5] " Adam Yi
2023-03-07 12:18               ` Adhemerval Zanella Netto
2023-03-07 12:33                 ` Florian Weimer
2023-03-07 12:33                   ` Adam Yi
2023-03-07 12:30                     ` [PATCH v6] " Adam Yi
2023-03-07 12:55                       ` Adhemerval Zanella Netto
2023-03-07 22:50                         ` Joseph Myers
2023-03-08  8:17                           ` Adam Yi
2023-02-24 18:00 ` [PATCH] " Adam Yi
2023-02-24 20:18   ` Adhemerval Zanella Netto
2023-03-01  2:36     ` Adam Yi

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=mvmilfel08t.fsf@suse.de \
    --to=schwab@suse.de \
    --cc=adhemerval.zanella@linaro.org \
    --cc=ayi@janestreet.com \
    --cc=i@adamyi.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).