[uClibc-cvs] uClibc/ldso/include ldso.h,1.1,1.2

Erik Andersen andersen at uclibc.org
Wed Dec 17 18:34:17 UTC 2003


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

Modified Files:
	ldso.h 
Log Message:
Use PAGE_SIZE rather than hard coding 4096


Index: ldso.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/include/ldso.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ldso.h	19 Aug 2003 06:05:30 -0000	1.1
+++ ldso.h	17 Dec 2003 18:34:14 -0000	1.2
@@ -9,3 +9,5 @@
 #include <ld_syscall.h>
 #include <ld_hash.h>
 #include <ld_string.h>
+/* Pull in the arch specific page size */
+#include <asm/page.h>




More information about the uClibc-cvs mailing list