<div dir="ltr">This is OK. Changed in newlib here:<br><br>commit 6226bad0eafe762b811c62d1dc096bc0858b0d1a<br>Author: Mike Frysinger <<a href="mailto:vapier@gentoo.org">vapier@gentoo.org</a>><br>Date:   Mon Nov 8 22:22:27 2021 -0500<br><br>    change _COMPILING_NEWLIB to _LIBC<br>    <br>    Use the same name as glibc & gnulib to indicate "newlib itself is<br>    being compiled".  This also harmonizes the codebase a bit in that<br>    _LIBC was already used in places instead of _COMPILING_NEWLIB.<br>    <br>    Building for bfin-elf, mips-elf, and x86_64-pc-cygwin produces<br>    the same object code.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 13, 2022 at 8:24 PM <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">From: Chris Johns <<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>><br>
<br>
Updates #4662<br>
---<br>
 cpukit/libcsupport/src/__times.c | 4 ++--<br>
 cpukit/posix/src/_execve.c       | 4 ++--<br>
 2 files changed, 4 insertions(+), 4 deletions(-)<br>
<br>
diff --git a/cpukit/libcsupport/src/__times.c b/cpukit/libcsupport/src/__times.c<br>
index 629a7bc633..14625b5aae 100644<br>
--- a/cpukit/libcsupport/src/__times.c<br>
+++ b/cpukit/libcsupport/src/__times.c<br>
@@ -38,9 +38,9 @@<br>
 #endif<br>
<br>
 /*<br>
- *  Needed to get the prototype for this newlib helper method<br>
+ *  Needed to get the prototype for this libc helper method<br>
  */<br>
-#define _COMPILING_NEWLIB<br>
+#define _LIBC<br>
<br>
 #include <rtems.h><br>
<br>
diff --git a/cpukit/posix/src/_execve.c b/cpukit/posix/src/_execve.c<br>
index 2858d13082..63afadec43 100644<br>
--- a/cpukit/posix/src/_execve.c<br>
+++ b/cpukit/posix/src/_execve.c<br>
@@ -43,9 +43,9 @@<br>
 #endif<br>
<br>
 /*<br>
- *  Needed to get the prototype for this newlib helper method<br>
+ *  Needed to get the prototype for this libc helper method<br>
  */<br>
-#define _COMPILING_NEWLIB<br>
+#define _LIBC<br>
<br>
 #include <errno.h><br>
 #include <rtems/seterr.h><br>
-- <br>
2.19.1<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>