From 7a0f696676736d2d8b1d214f9f0cfa5ce8ce76c1 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 16 Sep 2004 21:26:51 +0000 Subject: 2004-09-16 Antony King * libc/stdio/fwalk.c (_fwalk): Remove check for _GLOBAL_REENT and only walk the reentrancy parameter. (_fwalk_reent): Ditto. * libc/stdlib/exit.c: Remove out of date _REENT_ONLY check. --- newlib/libc/stdlib/exit.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'newlib/libc/stdlib/exit.c') diff --git a/newlib/libc/stdlib/exit.c b/newlib/libc/stdlib/exit.c index b5ef05f5b..195b72454 100644 --- a/newlib/libc/stdlib/exit.c +++ b/newlib/libc/stdlib/exit.c @@ -50,8 +50,6 @@ Supporting OS subroutines required: <<_exit>>. #include #include "atexit.h" -#ifndef _REENT_ONLY - /* * Exit, flushing stdio buffers if necessary. */ @@ -66,5 +64,3 @@ _DEFUN (exit, (code), (*_GLOBAL_REENT->__cleanup) (_GLOBAL_REENT); _exit (code); } - -#endif -- cgit v1.2.3