[PATCH 1/7] Adding declaration of reentrant version of inttypes methods.

Sebastian Huber sebastian.huber@embedded-brains.de
Tue Jul 25 12:56:00 GMT 2017


On 25/07/17 00:43, Gedare Bloom wrote:

> diff --git a/newlib/libc/include/inttypes.h b/newlib/libc/include/inttypes.h
> index 25c6e99fa..c2a0483fb 100644
> --- a/newlib/libc/include/inttypes.h
> +++ b/newlib/libc/include/inttypes.h
> @@ -16,10 +16,16 @@
>   #include <newlib.h>
>   #include <sys/config.h>
>   #include <sys/_intsup.h>
> +#include "_ansi.h"
> +#include <sys/reent.h>

I would prefer a forward declaration

struct _reent;

instead of this include.

-- 
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the Newlib mailing list