public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Sebastian Huber <sebastian.huber@embedded-brains.de>
To: newlib@sourceware.org
Subject: Re: [PATCH] Use global stdio streams for all configurations
Date: Tue, 7 Jun 2022 08:27:04 +0200	[thread overview]
Message-ID: <99b3e9d5-188a-fb22-3e6c-6b371a63173b@embedded-brains.de> (raw)
In-Reply-To: <20220519170519.79281-1-sebastian.huber@embedded-brains.de>

On 19/05/2022 19:05, Sebastian Huber wrote:
> @@ -776,8 +681,7 @@ struct _reent
>       (var)->_new._reent._r48._mult[0] = _RAND48_MULT_0; \
>       (var)->_new._reent._r48._mult[1] = _RAND48_MULT_1; \
>       (var)->_new._reent._r48._mult[2] = _RAND48_MULT_2; \
> -    (var)->_new._reent._r48._add = _RAND48_ADD; \
> -    _REENT_INIT_SGLUE_ZEROED(var) \
> +    (var)->_new._reent._r48._add = _RAND48_ADD \

There is a missing ';' in the patch. This should be:

+    (var)->_new._reent._r48._add = _RAND48_ADD; \

>     }
>   
>   #define _REENT_CHECK_RAND48(ptr)	/* nothing */

-- 
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.huber@embedded-brains.de
phone: +49-89-18 94 741 - 16
fax:   +49-89-18 94 741 - 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/

      reply	other threads:[~2022-06-07  6:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-19 17:05 Sebastian Huber
2022-06-07  6:27 ` Sebastian Huber [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=99b3e9d5-188a-fb22-3e6c-6b371a63173b@embedded-brains.de \
    --to=sebastian.huber@embedded-brains.de \
    --cc=newlib@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).