[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5290 - in glibc-package/trunk/debian: . patches patches/hurd-i386



Author: sthibault
Date: 2012-06-22 19:19:48 +0000 (Fri, 22 Jun 2012)
New Revision: 5290

Added:
   glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-mremap.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series.hurd-i386
Log:
New hurd-only patch to comment MREMAP flags, unimplemented on the Hurd.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2012-06-22 18:22:54 UTC (rev 5289)
+++ glibc-package/trunk/debian/changelog	2012-06-22 19:19:48 UTC (rev 5290)
@@ -14,6 +14,8 @@
     usage.
   * patches/hurd-i386/submitted-AF_LINK.diff: New hurd-only patch to comment
     AF_LINK values, unimplemented on the Hurd.
+  * patches/hurd-i386/unsubmitted-mremap.diff: New hurd-only patch to comment
+    MREMAP flags, unimplemented on the Hurd.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 03 Jun 2012 22:51:53 +0200
 

Added: glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-mremap.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-mremap.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-mremap.diff	2012-06-22 19:19:48 UTC (rev 5290)
@@ -0,0 +1,15 @@
+--- a/bits/mman.h.orig	2012-06-22 21:16:15.919833847 +0200
++++ b/bits/mman.h	2012-06-22 21:16:23.323681644 +0200
+@@ -86,10 +86,12 @@
+ #define MS_INVALIDATE	2		/* Invalidate the caches.  */
+ 
+ /* Flags for `mremap'.  */
++#if 0
+ #ifdef __USE_GNU
+ # define MREMAP_MAYMOVE	1		/* Mapping address may change.  */
+ # define MREMAP_FIXED	2		/* Fifth argument sets new address.  */
+ #endif
++#endif
+ 
+ /* Flags for `mlockall' (can be OR'd together).  */
+ #define MCL_CURRENT	1		/* Lock all currently mapped pages.  */

Modified: glibc-package/trunk/debian/patches/series.hurd-i386
===================================================================
--- glibc-package/trunk/debian/patches/series.hurd-i386	2012-06-22 18:22:54 UTC (rev 5289)
+++ glibc-package/trunk/debian/patches/series.hurd-i386	2012-06-22 19:19:48 UTC (rev 5290)
@@ -6,3 +6,4 @@
 hurd-i386/unsubmitted-pthread.diff
 hurd-i386/local-clock_gettime_MONOTONIC.diff
 hurd-i386/submitted-AF_LINK.diff
+hurd-i386/unsubmitted-mremap.diff


Reply to: