Przeglądaj źródła

Add _dl_boot() prototype.

Joakim Tjernlund 19 lat temu
rodzic
commit
f96b98c918
1 zmienionych plików z 1 dodań i 1 usunięć
  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(""						\