[uClibc-cvs] uClibc/ldso/include ldso.h,1.8,1.9

Erik Andersen andersen at uclibc.org
Tue May 11 11:15:00 UTC 2004


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

Modified Files:
	ldso.h 
Log Message:
make certain that getpagesize() returns correct the value for mips
by extracting the value from the ELF header.


Index: ldso.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/include/ldso.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- a/ldso.h	17 Feb 2004 11:25:03 -0000	1.8
+++ b/ldso.h	11 May 2004 11:14:57 -0000	1.9
@@ -45,6 +45,7 @@
 extern unsigned long *_dl_brkp;        /* The end of the data segment for brk and sbrk */
 extern unsigned long *_dl_envp;        /* The environment address */
 extern int _dl_secure;                 /* Are we dealing with setuid stuff? */
+extern size_t _dl_pagesize;            /* Store the page size for use later */
 
 #ifdef __SUPPORT_LD_DEBUG__
 extern char *_dl_debug;




More information about the uClibc-cvs mailing list