+2014-05-06 Aurelien Jarno <aurelien@aurel32.net>
+
+ [BZ# 16916]
+ * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
+ Define.
+
2014-05-04 Allan McRae <allan@archlinux.org>
* po/eo.po: Update Esperanto translation from translation project.
* The following bugs are resolved with this release:
- 16545, 16623, 16885.
+ 16545, 16623, 16885, 16916.
\f
Version 2.19
/* Flags for eventfd. */
enum
{
+ EFD_SEMAPHORE = 0x000001,
+#define EFD_SEMAPHORE EFD_SEMAPHORE
EFD_CLOEXEC = 0x400000,
#define EFD_CLOEXEC EFD_CLOEXEC
EFD_NONBLOCK = 0x004000