From: Waldemar Kozaczuk <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
libc: remove unused file Signed-off-by: Waldemar Kozaczuk <[email protected]> --- diff --git a/libc/arch/arm/src/__aeabi_atexit.c b/libc/arch/arm/src/__aeabi_atexit.c --- a/libc/arch/arm/src/__aeabi_atexit.c +++ b/libc/arch/arm/src/__aeabi_atexit.c @@ -1,6 +0,0 @@ -int __cxa_atexit(void (*func)(void *), void *arg, void *dso); - -int __aeabi_atexit (void *obj, void (*func) (void *), void *d) -{ - return __cxa_atexit (func, obj, d); -} -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/000000000000cf8a9d05accfb730%40google.com.
