OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [arm/] [aeabi_atexit.c] - Diff between revs 148 and 158

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

Rev 148 Rev 158
#include <stdlib.h>
#include <stdlib.h>
 
 
/* Register a function to be called by exit or when a shared library
/* Register a function to be called by exit or when a shared library
   is unloaded.  This routine is like __cxa_atexit, but uses the
   is unloaded.  This routine is like __cxa_atexit, but uses the
   calling sequence required by the ARM EABI.  */
   calling sequence required by the ARM EABI.  */
int
int
__aeabi_atexit (void *arg, void (*func) (void *), void *d)
__aeabi_atexit (void *arg, void (*func) (void *), void *d)
{
{
  return __cxa_atexit (func, arg, d);
  return __cxa_atexit (func, arg, d);
}
}
 
 

powered by: WebSVN 2.1.0

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