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

r3909 - in glibc-package/trunk/debian: . patches patches/any



Author: aurel32
Date: 2009-10-29 09:51:09 +0000 (Thu, 29 Oct 2009)
New Revision: 3909

Added:
   glibc-package/trunk/debian/patches/any/submitted-confname.h.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * patches/any/submitted-confname.h.diff: new patch to fix build of
    bits/confname.h with -pedantic-errors.  Closes: #552819.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-10-27 23:04:14 UTC (rev 3908)
+++ glibc-package/trunk/debian/changelog	2009-10-29 09:51:09 UTC (rev 3909)
@@ -6,8 +6,10 @@
     MMAP_PRIVATE. On SPARC64, MMAP_SHARED implies a 16kB alignment (L1
     D-Cache size), while MMAP_PRIVATE implies a 8kB alignment (page 
     size).  Closes: #552233.
+  * patches/any/submitted-confname.h.diff: new patch to fix build of
+    bits/confname.h with -pedantic-errors.  Closes: #552819.
 
- -- Aurelien Jarno <aurel32@debian.org>  Wed, 28 Oct 2009 00:00:49 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Thu, 29 Oct 2009 10:49:24 +0100
 
 eglibc (2.10.1-3) unstable; urgency=low
 

Added: glibc-package/trunk/debian/patches/any/submitted-confname.h.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/submitted-confname.h.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/any/submitted-confname.h.diff	2009-10-29 09:51:09 UTC (rev 3909)
@@ -0,0 +1,17 @@
+2009-10-29  Aurelien Jarno <aurelien@aurel32.net>
+
+	* sysdeps/x86_64/multiarch/Makefile: remove comma at end of
+	enumerator list.
+
+--- a/bits/confname.h
++++ b/bits/confname.h
+@@ -527,7 +527,7 @@ enum
+ 
+     _SC_THREAD_ROBUST_PRIO_INHERIT,
+ #define _SC_THREAD_ROBUST_PRIO_INHERIT	_SC_THREAD_ROBUST_PRIO_INHERIT
+-    _SC_THREAD_ROBUST_PRIO_PROTECT,
++    _SC_THREAD_ROBUST_PRIO_PROTECT
+ #define _SC_THREAD_ROBUST_PRIO_PROTECT	_SC_THREAD_ROBUST_PRIO_PROTECT
+   };
+ 
+

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2009-10-27 23:04:14 UTC (rev 3908)
+++ glibc-package/trunk/debian/patches/series	2009-10-29 09:51:09 UTC (rev 3909)
@@ -206,3 +206,4 @@
 any/submitted-missing-etc-hosts.diff
 any/submitted-missing-etc-resolv.conf.diff
 any/submitted-localedef-mmap.diff
+any/submitted-confname.h.diff


Reply to: