svn commit: trunk/uClibc/ldso/include

vapier at uclibc.org vapier at uclibc.org
Wed Jul 5 09:33:40 UTC 2006


Author: vapier
Date: 2006-07-05 02:33:38 -0700 (Wed, 05 Jul 2006)
New Revision: 15619

Log:
missed an ElfW(Addr) change

Modified:
   trunk/uClibc/ldso/include/ldso.h


Changeset:
Modified: trunk/uClibc/ldso/include/ldso.h
===================================================================
--- trunk/uClibc/ldso/include/ldso.h	2006-07-05 07:29:21 UTC (rev 15618)
+++ trunk/uClibc/ldso/include/ldso.h	2006-07-05 09:33:38 UTC (rev 15619)
@@ -88,7 +88,7 @@
 extern char *_dl_strdup(const char *string);
 extern void _dl_dprintf(int, const char *, ...);
 
-extern void _dl_get_ready_to_run(struct elf_resolve *tpnt, unsigned long load_addr,
+extern void _dl_get_ready_to_run(struct elf_resolve *tpnt, ElfW(Addr) load_addr,
 		ElfW(auxv_t) auxvt[AT_EGID + 1], char **envp, char **argv);
 
 #endif /* _LDSO_H_ */




More information about the uClibc-cvs mailing list