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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [sys/] [arm/] [aeabi_atexit.c] - Blame information for rev 345

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 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.