mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Ladislav Michl <oss-lists@triops.cz>
Subject: Re: [ptxdist] [APPLIED] glibc: fix typo in Y2038 check
Date: Wed, 21 Jun 2023 10:51:09 +0200	[thread overview]
Message-ID: <20230621085109.2553724-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <ZIFlqkbvHcmzBsoe@lenoch>

Thanks, applied as 89d220a066b784c167efffd6f10e82a526840f65.

Michael

[sent from post-receive hook]

On Wed, 21 Jun 2023 10:51:09 +0200, Ladislav Michl <oss-lists@triops.cz> wrote:
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> Message-Id: <ZIFlqkbvHcmzBsoe@lenoch>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/glibc.make b/rules/glibc.make
> index 0f54bb181655..a550f4b9206a 100644
> --- a/rules/glibc.make
> +++ b/rules/glibc.make
> @@ -32,7 +32,7 @@ ifdef PTXCONF_GLIBC_Y2038
>  	@echo Checking Y2038 support...
>  	@echo 'static_assert(sizeof(time_t) == 8, "y2038");' | \
>  		$(CROSS_CC) -c -x c -include sys/types.h -include assert.h - &>/dev/null || \
> -		ptxd_bailout "PTXCONF_GLIBC_Y2038 is enabled but the toolchain has no Y2028 support!"
> +		ptxd_bailout "PTXCONF_GLIBC_Y2038 is enabled but the toolchain has no Y2038 support!"
>  endif
>  	@$(call touch)
>  



      parent reply	other threads:[~2023-06-21  8:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-08  5:22 [ptxdist] [PATCH] " Ladislav Michl
2023-06-08 12:57 ` Michael Olbrich
2023-06-21  8:51 ` Michael Olbrich [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=20230621085109.2553724-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=oss-lists@triops.cz \
    --cc=ptxdist@pengutronix.de \
    /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