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] - Blame information for rev 158

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 148 jeremybenn
#include <stdlib.h>
2
 
3
/* Register a function to be called by exit or when a shared library
4
   is unloaded.  This routine is like __cxa_atexit, but uses the
5
   calling sequence required by the ARM EABI.  */
6
int
7
__aeabi_atexit (void *arg, void (*func) (void *), void *d)
8
{
9
  return __cxa_atexit (func, arg, d);
10
}

powered by: WebSVN 2.1.0

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