浏览代码

Why this?

Peter S. Mazinger 19 年之前
父节点
当前提交
514c861a1d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/stdlib/atexit.c

+ 1 - 1
libc/stdlib/atexit.c

@@ -158,7 +158,7 @@ int on_exit(oefuncp func, void *arg)
 
 
 #ifdef L___cxa_atexit
 #ifdef L___cxa_atexit
 libc_hidden_proto(__cxa_atexit)
 libc_hidden_proto(__cxa_atexit)
-extern int __cxa_atexit (cxaefuncp func, void *arg, void *dso_handle)
+int __cxa_atexit (cxaefuncp func, void *arg, void *dso_handle)
 {
 {
     struct exit_function *efp;
     struct exit_function *efp;