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

r6050 - in glibc-package/trunk/debian: . patches patches/sparc



Author: aurel32
Date: 2014-05-06 22:31:36 +0000 (Tue, 06 May 2014)
New Revision: 6050

Added:
   glibc-package/trunk/debian/patches/sparc/cvs-efd_semaphore.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
patches/any/sparc/cvs-efd_semaphore.diff: new patch from upstream to
declare EFD_SEMAPHORE in <bits/eventfd.h> on SPARC.  Closes: #703559,
#737697.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2014-05-06 14:53:47 UTC (rev 6049)
+++ glibc-package/trunk/debian/changelog	2014-05-06 22:31:36 UTC (rev 6050)
@@ -30,6 +30,9 @@
     socketcall multiplex syscall features detection.  Closes: #730744.
   * patches/any/submitted-nl_langinfo-static.diff: new patch to fix
     nl_langinfo() used in static binaries.  Closes: #747103.
+  * patches/any/sparc/cvs-efd_semaphore.diff: new patch from upstream to
+    declare EFD_SEMAPHORE in <bits/eventfd.h> on SPARC.  Closes: #703559,
+    #737697.
 
  -- Adam Conrad <adconrad@0c3.net>  Sun, 27 Apr 2014 23:15:13 -0600
 

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2014-05-06 14:53:47 UTC (rev 6049)
+++ glibc-package/trunk/debian/patches/series	2014-05-06 22:31:36 UTC (rev 6050)
@@ -199,6 +199,7 @@
 sparc/local-sparcv9-target.diff
 sparc/submitted-timing.diff
 sparc/cvs-strcmp.diff
+sparc/cvs-efd_semaphore.diff
 
 all/local-alias-UTF-8.diff
 all/local-alias-et_EE.diff

Added: glibc-package/trunk/debian/patches/sparc/cvs-efd_semaphore.diff
===================================================================
--- glibc-package/trunk/debian/patches/sparc/cvs-efd_semaphore.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/sparc/cvs-efd_semaphore.diff	2014-05-06 22:31:36 UTC (rev 6050)
@@ -0,0 +1,18 @@
+2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
+
+        [BZ #16916]
+        * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
+        Define.
+
+diff --git a/sysdeps/unix/sysv/linux/sparc/bits/eventfd.h b/sysdeps/unix/sysv/linux/sparc/bits/eventfd.h
+--- a/sysdeps/unix/sysv/linux/sparc/bits/eventfd.h
++++ b/sysdeps/unix/sysv/linux/sparc/bits/eventfd.h
+@@ -22,6 +22,8 @@
+ /* Flags for eventfd.  */
+ enum
+   {
++    EFD_SEMAPHORE = 0x000001,
++#define EFD_SEMAPHORE EFD_SEMAPHORE
+     EFD_CLOEXEC = 0x400000,
+ #define EFD_CLOEXEC EFD_CLOEXEC
+     EFD_NONBLOCK = 0x004000


Reply to: