[uClibc-cvs] uClibc/ldso/include dl-hash.h,1.2,1.3

Erik Andersen andersen at uclibc.org
Tue Feb 10 11:48:00 UTC 2004


Update of /var/cvs/uClibc/ldso/include
In directory nail:/tmp/cvs-serv27054/include

Modified Files:
	dl-hash.h 
Log Message:
Fix function prototype to match the official ELF standard hash function


Index: dl-hash.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/include/dl-hash.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dl-hash.h	19 Aug 2003 13:11:05 -0000	1.2
+++ dl-hash.h	10 Feb 2004 11:47:57 -0000	1.3
@@ -75,7 +75,7 @@
 
 extern char * _dl_library_path;
 extern char * _dl_not_lazy;
-extern unsigned long _dl_elf_hash(const char * name);
+extern unsigned long _dl_elf_hash(const unsigned char *name);
 
 static inline int _dl_symbol(char * name)
 {




More information about the uClibc-cvs mailing list