[uClibc-cvs] uClibc/libc/sysdeps/linux/common mmap64.c,1.3,1.4

Erik Andersen andersen at uclibc.org
Fri Jun 27 07:49:29 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/common
In directory winder:/tmp/cvs-serv24433

Modified Files:
	mmap64.c 
Log Message:
Mention that the common mmap64 is a stub and must be overridden
on a per arch basis using platform specific code


Index: mmap64.c
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/common/mmap64.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mmap64.c	31 Oct 2002 18:19:49 -0000	1.3
+++ mmap64.c	27 Jun 2003 07:49:25 -0000	1.4
@@ -22,6 +22,13 @@
 #include <sysdep.h>
 #include <sys/mman.h>
 
+/* Massivly hackd up for uClibc by Erik Andersen
+ * 
+ * This version is a stub that just chops off everything at the mmap 32 bit
+ * mmap() address space...  You need to add in an arch specific implementation
+ * to override this as there is not a generic way for me to implement this
+ * particular syscall. */
+
 #if defined __UCLIBC_HAS_LFS__
 
 #if defined _FILE_OFFSET_BITS && _FILE_OFFSET_BITS != 64 



More information about the uClibc-cvs mailing list