* sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
authorUlrich Drepper <drepper@redhat.com>
Wed, 1 Apr 2009 19:25:51 +0000 (19:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 1 Apr 2009 19:25:51 +0000 (19:25 +0000)
ChangeLog
sysdeps/unix/sysv/linux/sys/eventfd.h

index 8fd7ac8..502b61f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * elf/dl-open.c: Keep track of used name spaces and only iterate over
index 7c6cf71..d942df4 100644 (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