From df4b9d64157159fa4cf18c3dbdcccab645bcabf9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 31 Oct 2002 20:16:34 +0000 Subject: 2002-10-31 Joel Sherrill * src/mallocfreespace.c: Corrected sense of status check to match change inside RTEMS. * src/newlibc.c: Removed warning. --- cpukit/libcsupport/src/newlibc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libcsupport/src/newlibc.c') diff --git a/cpukit/libcsupport/src/newlibc.c b/cpukit/libcsupport/src/newlibc.c index 8c3836a1e7..97834c42e1 100644 --- a/cpukit/libcsupport/src/newlibc.c +++ b/cpukit/libcsupport/src/newlibc.c @@ -320,6 +320,7 @@ void _exit(int status) libc_wrapup(); rtems_shutdown_executive(status); + for (;;) ; /* to avoid warnings */ } #else @@ -328,6 +329,7 @@ void exit(int status) { libc_wrapup(); rtems_shutdown_executive(status); + for (;;) ; /* to avoid warnings */ } #endif -- cgit v1.2.3