This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch release/2.18/master updated. glibc-2.18-18-g3ce4555


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, release/2.18/master has been updated
       via  3ce4555d432282fcfe963cc8809163e85ee0f71c (commit)
      from  25394eff67a3119011ffa04a1986be130a6b628d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=3ce4555d432282fcfe963cc8809163e85ee0f71c

commit 3ce4555d432282fcfe963cc8809163e85ee0f71c
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Tue May 6 23:31:44 2014 +0200

    SPARC: add EFD_SEMAPHORE in <bits/eventfd.h> (BZ #16916)
    
    EFD_SEMAPHORE has been added in the main <bits/eventfd.h>, but not in
    the SPARC specific version. Fix that.
    
    (cherry picked from commit 83df9ad0cc861ef24f08a88c5a4c055e2516d33c)

diff --git a/ChangeLog b/ChangeLog
index 15d560f..961f0dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
+
+        [BZ# 16916]
+        * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
+        Define.
+
 2014-05-01  David S. Miller  <davem@davemloft.net>
 
 	[BZ #16885]
diff --git a/NEWS b/NEWS
index 5e0f699..93175e1 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ Version 2.18.1
 
 * The following bugs are resolved with this release:
 
-  15073, 15128, 15909, 15996, 16150, 16169, 16387, 16510, 16885.
+  15073, 15128, 15909, 15996, 16150, 16169, 16387, 16510, 16885, 16916.
 
 Version 2.18
 
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/eventfd.h b/sysdeps/unix/sysv/linux/sparc/bits/eventfd.h
index b0234d1..e348cc6 100644
--- 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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                    |    6 ++++++
 NEWS                                         |    2 +-
 sysdeps/unix/sysv/linux/sparc/bits/eventfd.h |    2 ++
 3 files changed, 9 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]