newlib: update
git-svn-id: svn://kolibrios.org@6099 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -63,7 +63,7 @@ _DEFUN (exit, (code),
|
||||
void __call_exitprocs _PARAMS ((int, _PTR)) __attribute__((weak));
|
||||
if (__call_exitprocs)
|
||||
#endif
|
||||
__call_exitprocs (code, NULL);
|
||||
__call_exitprocs (code, NULL);
|
||||
|
||||
if (_GLOBAL_REENT->__cleanup)
|
||||
(*_GLOBAL_REENT->__cleanup) (_GLOBAL_REENT);
|
||||
|
Reference in New Issue
Block a user