Re: [PATCH 0/1] Fix file IO for RTEMS on MicroBlaze
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Jul 21 13:00, Alex White wrote: > Hi, > > This patchset undefs _REENT_SMALL for RTEMS on MicroBlaze. > > I noticed that _REENT_SMALL is defined for MicroBlaze both in > configure.host and in sys/config.h. This was not an issue for me since > I am doing an RTEMS build, but it was a little confusing that it was > found in both places. > > Alex > > Alex White (1): > libc/include/sys/config.h: Undef _REENT_SMALL for RTEMS on MicroBlaze > > newlib/libc/include/sys/config.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > -- > 2.27.0 Pushed. Thanks, Corinna