From 0cf0914efef17832ac963cc144f7288845d9b883 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 14 Jun 2022 11:21:46 +1000 Subject: cpukit: Change _COMPILING_NEWLIB to _LIBC for helper functions decls Updates #4662 --- cpukit/posix/src/_execve.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/posix') diff --git a/cpukit/posix/src/_execve.c b/cpukit/posix/src/_execve.c index 2858d13082..63afadec43 100644 --- a/cpukit/posix/src/_execve.c +++ b/cpukit/posix/src/_execve.c @@ -43,9 +43,9 @@ #endif /* - * Needed to get the prototype for this newlib helper method + * Needed to get the prototype for this libc helper method */ -#define _COMPILING_NEWLIB +#define _LIBC #include #include -- cgit v1.2.3