1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

* sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.

This commit is contained in:
Ulrich Drepper
2009-04-01 19:25:51 +00:00
parent 22c8319345
commit 3ce976cd88
2 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,8 @@ typedef uint64_t eventfd_t;
/* Flags for signalfd. */
enum
{
EFD_SEMAPHORE = 1,
#define EFD_SEMAPHORE EFD_SEMAPHORE
EFD_CLOEXEC = 02000000,
#define EFD_CLOEXEC EFD_CLOEXEC
EFD_NONBLOCK = 04000