소스 검색

Why this?

Peter S. Mazinger 20 년 전
부모
커밋
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
 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;