Re: [PATCH 1/1] libc/include/sys/stat.h: Adjust for RTEMS MIPS
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Jul 16 14:17, Joel Sherrill wrote: > The commit cited below introduced changes which included > conditionals strictly on __mips__. This ignored tailoring > for any environment on MIPS except that targeted by the > author of the change. This patch just fixes this code for > RTEMS. > > commit 467a2bdf17ad376dafada9f1734784f4611fa6fd > Author: Jovan Dmitrović <[email protected]> > Date: Wed Jun 11 10:11:33 2025 +0200 > > mips: Implement MIPS HAL and UHI > > Implement abstract interface for MIPS, including unified hosting > interface (UHI). > > Signed-off-by: Jovan Dmitrović <[email protected]> > --- > newlib/libc/include/sys/stat.h | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Sounds right to me. Please push. Thanks, Corinna