2004-09-16 Antony King <antony.king@st.com>
* 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.
This commit is contained in:
@ -50,8 +50,6 @@ Supporting OS subroutines required: <<_exit>>.
|
||||
#include <reent.h>
|
||||
#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
|
||||
|
Reference in New Issue
Block a user