diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/hppa/bits/timerfd.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/bits/timerfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/bits/timerfd.h b/sysdeps/unix/sysv/linux/hppa/bits/timerfd.h index f64502477a..9d7f228995 100644 --- a/sysdeps/unix/sysv/linux/hppa/bits/timerfd.h +++ b/sysdeps/unix/sysv/linux/hppa/bits/timerfd.h @@ -24,6 +24,6 @@ enum { TFD_CLOEXEC = 010000000, #define TFD_CLOEXEC TFD_CLOEXEC - TFD_NONBLOCK = 000200004 /* HPUX has separate NDELAY & NONBLOCK */ + TFD_NONBLOCK = 000200000 #define TFD_NONBLOCK TFD_NONBLOCK }; |