[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r25478 - in /fsf/glibc-2_19-branch/libc: ChangeLog NEWS sysdeps/unix/sysv/linux/sparc/bits/eventfd.h
- To: commits@xxxxxxxxxx
- Subject: [Commits] r25478 - in /fsf/glibc-2_19-branch/libc: ChangeLog NEWS sysdeps/unix/sysv/linux/sparc/bits/eventfd.h
- From: eglibc@xxxxxxxxxx
- Date: Wed, 07 May 2014 07:01:50 -0000
Author: eglibc
Date: Wed May 7 00:01:49 2014
New Revision: 25478
Log:
Import glibc-2.19 for 2014-05-07
Modified:
fsf/glibc-2_19-branch/libc/ChangeLog
fsf/glibc-2_19-branch/libc/NEWS
fsf/glibc-2_19-branch/libc/sysdeps/unix/sysv/linux/sparc/bits/eventfd.h
Modified: fsf/glibc-2_19-branch/libc/ChangeLog
==============================================================================
--- fsf/glibc-2_19-branch/libc/ChangeLog (original)
+++ fsf/glibc-2_19-branch/libc/ChangeLog Wed May 7 00:01:49 2014
@@ -1,3 +1,9 @@
+2014-05-06 Aurelien Jarno <aurelien@xxxxxxxxxxx>
+
+ [BZ# 16916]
+ * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
+ Define.
+
2014-05-04 Allan McRae <allan@xxxxxxxxxxxxx>
* po/eo.po: Update Esperanto translation from translation project.
Modified: fsf/glibc-2_19-branch/libc/NEWS
==============================================================================
--- fsf/glibc-2_19-branch/libc/NEWS (original)
+++ fsf/glibc-2_19-branch/libc/NEWS Wed May 7 00:01:49 2014
@@ -9,7 +9,7 @@
* The following bugs are resolved with this release:
- 16545, 16623, 16885.
+ 16545, 16623, 16885, 16916.
Version 2.19
Modified: fsf/glibc-2_19-branch/libc/sysdeps/unix/sysv/linux/sparc/bits/eventfd.h
==============================================================================
--- fsf/glibc-2_19-branch/libc/sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (original)
+++ fsf/glibc-2_19-branch/libc/sysdeps/unix/sysv/linux/sparc/bits/eventfd.h Wed May 7 00:01:49 2014
@@ -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
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits