[uClibc-cvs] uClibc/ldso/include ldso.h,1.6,1.7

Erik Andersen andersen at uclibc.org
Tue Feb 17 06:37:04 UTC 2004


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

Modified Files:
	ldso.h 
Log Message:
Provide the ldso syscalls and string funcs earlier in the list


Index: ldso.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/include/ldso.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ldso.h	10 Feb 2004 09:26:46 -0000	1.6
+++ ldso.h	17 Feb 2004 06:37:02 -0000	1.7
@@ -7,10 +7,8 @@
 #include <stdarg.h>
 /* Pull in the arch specific type information */
 #include <sys/types.h>
-/* Now the ldso specific headers */
-#include <dl-elf.h>
+/* Pull in the ldso syscalls and string functions */
 #include <dl-syscall.h>
-#include <dl-hash.h>
 #include <dl-string.h>
 /* Pull in the arch specific page size */
 #include <asm/page.h>
@@ -18,6 +16,9 @@
 #  define PAGE_SHIFT		12
 #  define PAGE_SIZE		(1UL << PAGE_SHIFT)
 #endif
+/* Now the ldso specific headers */
+#include <dl-elf.h>
+#include <dl-hash.h>
 
 /* Prepare for the case that `__builtin_expect' is not available.  */
 #if __GNUC__ == 2 && __GNUC_MINOR__ < 96




More information about the uClibc-cvs mailing list