OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [stdlib/] [cxa_finalize.c] - Diff between revs 148 and 158

Only display areas with differences | Details | Blame | View Log

Rev 148 Rev 158
/*
/*
 * Implementation if __cxa_finalize.
 * Implementation if __cxa_finalize.
 */
 */
 
 
 
 
#include <stdlib.h>
#include <stdlib.h>
#include <reent.h>
#include <reent.h>
#include "atexit.h"
#include "atexit.h"
 
 
/*
/*
 * Call registered exit handlers.  If D is null then all handlers are called,
 * Call registered exit handlers.  If D is null then all handlers are called,
 * otherwise only the handlers from that DSO are called.
 * otherwise only the handlers from that DSO are called.
 */
 */
 
 
void
void
_DEFUN (__cxa_finalize, (d),
_DEFUN (__cxa_finalize, (d),
        void * d)
        void * d)
{
{
  __call_exitprocs (0, d);
  __call_exitprocs (0, d);
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.