aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/hppa/bits/eventfd.h
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2021-02-19 17:08:47 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2021-02-19 17:08:47 +0000
commit96b8038f12dd5fc5620a1213b79eb3a8342e846a (patch)
treeafaff6e541ed8cef3d2595d0e499985e28807722 /sysdeps/unix/sysv/linux/hppa/bits/eventfd.h
parent044e603b698093cf48f6e6229e0b66acf05227e4 (diff)
downloadglibc-96b8038f12dd5fc5620a1213b79eb3a8342e846a.zip
glibc-96b8038f12dd5fc5620a1213b79eb3a8342e846a.tar.gz
glibc-96b8038f12dd5fc5620a1213b79eb3a8342e846a.tar.bz2
Correct hppa EFD_NONBLOCK, IN_NONBLOCK, SFD_NONBLOCK and TFD_NONBLOCK defines.
Diffstat (limited to 'sysdeps/unix/sysv/linux/hppa/bits/eventfd.h')
-rw-r--r--sysdeps/unix/sysv/linux/hppa/bits/eventfd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/bits/eventfd.h b/sysdeps/unix/sysv/linux/hppa/bits/eventfd.h
index e692b44..c1a46a1 100644
--- a/sysdeps/unix/sysv/linux/hppa/bits/eventfd.h
+++ b/sysdeps/unix/sysv/linux/hppa/bits/eventfd.h
@@ -26,6 +26,6 @@ enum
#define EFD_SEMAPHORE EFD_SEMAPHORE
EFD_CLOEXEC = 010000000,
#define EFD_CLOEXEC EFD_CLOEXEC
- EFD_NONBLOCK = 00200004 /* HPUX has separate NDELAY & NONBLOCK */
+ EFD_NONBLOCK = 00200000
#define EFD_NONBLOCK EFD_NONBLOCK
};