libc: Remove weak_function from __aeabi_atexit
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
acf21d2a8e
commit
1a3e57fe86
1 changed files with 1 additions and 3 deletions
|
|
@ -42,9 +42,7 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
int weak_function __aeabi_atexit(void *object,
|
||||
void (*func)(void *),
|
||||
void *dso_handle)
|
||||
int __aeabi_atexit(void *object, void (*func)(void *), void *dso_handle)
|
||||
{
|
||||
return atexit_register(ATTYPE_CXA, (void (*)(void))func, object,
|
||||
dso_handle);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue