+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]
* The following bugs are resolved with this release:
6530, 14195, 14459, 14476, 14562, 14621, 14648, 14756, 14831, 15073,
- 16510, 16885.
+ 16510, 16885, 16916.
Version 2.16
/* Flags for eventfd. */
enum
{
+ EFD_SEMAPHORE = 0x000001,
+#define EFD_SEMAPHORE EFD_SEMAPHORE
EFD_CLOEXEC = 0x400000,
#define EFD_CLOEXEC EFD_CLOEXEC
EFD_NONBLOCK = 0x004000