1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

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.
This commit is contained in:
Aurelien Jarno
2014-05-06 23:31:44 +02:00
parent f360f94a05
commit 83df9ad0cc
3 changed files with 9 additions and 1 deletions

View File

@ -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