Subversion Repositories Kolibri OS

Rev

Rev 4874 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4874 Rev 4921
Line 56... Line 56...
56
 
56
 
57
void
57
void
58
_DEFUN (exit, (code),
58
_DEFUN (exit, (code),
59
	int code)
59
	int code)
-
 
60
{
-
 
61
#ifdef _LITE_EXIT
-
 
62
  /* Refer to comments in __atexit.c for more details of lite exit.  */
-
 
63
  void __call_exitprocs _PARAMS ((int, _PTR)) __attribute__((weak));
-
 
64
  if (__call_exitprocs)
60
{
65
#endif
Line 61... Line 66...
61
  __call_exitprocs (code, NULL);
66
  __call_exitprocs (code, NULL);
62
 
67
 
63
  if (_GLOBAL_REENT->__cleanup)
68
  if (_GLOBAL_REENT->__cleanup)