mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
* sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-04-01 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
|
||||||
|
|
||||||
2009-03-31 Ulrich Drepper <drepper@redhat.com>
|
2009-03-31 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* elf/dl-open.c: Keep track of used name spaces and only iterate over
|
* elf/dl-open.c: Keep track of used name spaces and only iterate over
|
||||||
|
@@ -28,6 +28,8 @@ typedef uint64_t eventfd_t;
|
|||||||
/* Flags for signalfd. */
|
/* Flags for signalfd. */
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
EFD_SEMAPHORE = 1,
|
||||||
|
#define EFD_SEMAPHORE EFD_SEMAPHORE
|
||||||
EFD_CLOEXEC = 02000000,
|
EFD_CLOEXEC = 02000000,
|
||||||
#define EFD_CLOEXEC EFD_CLOEXEC
|
#define EFD_CLOEXEC EFD_CLOEXEC
|
||||||
EFD_NONBLOCK = 04000
|
EFD_NONBLOCK = 04000
|
||||||
|
Reference in New Issue
Block a user