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

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



Author: sthibault
Date: 2015-09-21 23:43:06 +0000 (Mon, 21 Sep 2015)
New Revision: 6612

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/hurd-i386/cvs-cache-mach_host_self.diff
Log:
patches/hurd-i386/cvs-cache-mach_host_self.diff: Add missing __mach_host_self_, actually used in some translators.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2015-09-21 23:17:57 UTC (rev 6611)
+++ glibc-package/trunk/debian/changelog	2015-09-21 23:43:06 UTC (rev 6612)
@@ -1,3 +1,10 @@
+glibc (2.19-22) unstable; urgency=medium
+
+  * patches/hurd-i386/cvs-cache-mach_host_self.diff: Add missing
+    __mach_host_self_, actually used in some translators.
+
+ -- Samuel Thibault <sthibault@debian.org>  Tue, 22 Sep 2015 01:38:34 +0200
+
 glibc (2.19-21) unstable; urgency=medium
 
   [ Samuel Thibault ]

Modified: glibc-package/trunk/debian/patches/hurd-i386/cvs-cache-mach_host_self.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/cvs-cache-mach_host_self.diff	2015-09-21 23:17:57 UTC (rev 6611)
+++ glibc-package/trunk/debian/patches/hurd-i386/cvs-cache-mach_host_self.diff	2015-09-21 23:43:06 UTC (rev 6612)
@@ -87,3 +87,17 @@
    __mach_port_deallocate (__mach_task_self (), __mach_task_self_);
  }
  
+diff --git glibc-2.19.orig/mach/Versions b/mach/Versions
+index 45260c7..0097aad 100644
+--- glibc-2.19.orig/mach/Versions
++++ glibc-2.19/mach/Versions
+@@ -54,6 +54,9 @@ libc {
+     # This was always there, but not exported as it should have been.
+     mig_strncpy;
+   }
++  GLIBC_2.21 {
++    __mach_host_self_;
++  }
+ 
+ %if !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)
+   HURD_CTHREADS_0.3 {


Reply to: