소스 검색

Add _dl_boot() prototype.

Joakim Tjernlund 19 년 전
부모
커밋
f96b98c918
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ldso/ldso/arm/dl-startup.h

+ 1 - 1
ldso/ldso/arm/dl-startup.h

@@ -4,7 +4,7 @@
  * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org>
  */
 
-
+void* _dl_boot(void);
 /* Overrive the default _dl_boot function, and replace it with a bit of asm.
  * Then call the real _dl_boot function, which is now named _dl_boot2. */
 asm(""						\