[Glibc-bsd-commits] r1594 - trunk/glibc-2.3-head

Aurelien Jarno aurel32 at costa.debian.org
Tue Jun 13 17:28:33 UTC 2006


Author: aurel32
Date: 2006-06-13 17:28:17 +0000 (Tue, 13 Jun 2006)
New Revision: 1594

Removed:
   trunk/glibc-2.3-head/glibc24-memusage_no_mremap.diff
Log:
Remove glibc24-memusage_no_mremap.diff (merged in debian glibc's SVN)



Deleted: trunk/glibc-2.3-head/glibc24-memusage_no_mremap.diff
===================================================================
--- trunk/glibc-2.3-head/glibc24-memusage_no_mremap.diff	2006-06-13 17:20:54 UTC (rev 1593)
+++ trunk/glibc-2.3-head/glibc24-memusage_no_mremap.diff	2006-06-13 17:28:17 UTC (rev 1594)
@@ -1,19 +0,0 @@
---- malloc/memusage.c~	2006-06-12 15:45:13.000000000 +0200
-+++ malloc/memusage.c	2006-06-12 15:45:13.000000000 +0200
-@@ -650,6 +650,8 @@
-   return result;
- }
- 
-+#include <_G_config.h>
-+#ifdef _G_HAVE_MREMAP
- 
- /* `mmap' replacement.  We do not have to keep track of the sizesince
-    `munmap' will get it as a parameter.  */
-@@ -715,6 +717,7 @@
-   /* Return the pointer to the user buffer.  */
-   return result;
- }
-+#endif
- 
- 
- /* `munmap' replacement.  */




More information about the Glibc-bsd-commits mailing list