svn commit: trunk/uClibc/ldso/include

pkj at uclibc.org pkj at uclibc.org
Thu Feb 23 15:37:06 UTC 2006


Author: pkj
Date: 2006-02-23 07:37:04 -0800 (Thu, 23 Feb 2006)
New Revision: 14240

Log:
Include bits/uClibc_page.h before dl-syscall.h as the latter may
need the defines from the former.


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


Changeset:
Modified: trunk/uClibc/ldso/include/ldso.h
===================================================================
--- trunk/uClibc/ldso/include/ldso.h	2006-02-23 15:24:19 UTC (rev 14239)
+++ trunk/uClibc/ldso/include/ldso.h	2006-02-23 15:37:04 UTC (rev 14240)
@@ -30,11 +30,11 @@
 #include <bits/wordsize.h>
 /* Pull in the arch specific type information */
 #include <sys/types.h>
+/* Pull in the arch specific page size */
+#include <bits/uClibc_page.h>
 /* Pull in the ldso syscalls and string functions */
 #include <dl-syscall.h>
 #include <dl-string.h>
-/* Pull in the arch specific page size */
-#include <bits/uClibc_page.h>
 /* Now the ldso specific headers */
 #include <dl-elf.h>
 #include <dl-hash.h>




More information about the uClibc-cvs mailing list