diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-02-22 20:50:38 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-02-22 20:50:38 +0000 |
commit | 63e1c3768dad1b6e1ea6b46108da236792228fe4 (patch) | |
tree | 31f7fcaa9d2fbc49f70d67c3177f63256a99e8e5 /ChangeLog | |
parent | bf0b5360da68421a03f52e2178240728c402a719 (diff) | |
download | glibc-63e1c3768dad1b6e1ea6b46108da236792228fe4.tar.gz glibc-63e1c3768dad1b6e1ea6b46108da236792228fe4.tar.xz glibc-63e1c3768dad1b6e1ea6b46108da236792228fe4.zip |
Add TFD_TIMER_CANCEL_ON_SET to sys/timerfd.h.
In Linux 4.10, timerfd constants moved to a new uapi header, which showed up that glibc's sys/timerfd.h is missing the old flag TFD_TIMER_CANCEL_ON_SET. This patch adds that flag to glibc's header. Tested for x86_64. * sysdeps/unix/sysv/linux/sys/timerfd.h (TFD_TIMER_CANCEL_ON_SET): New enum constant and macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index afae0c3b30..0b36808946 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2017-02-22 Joseph Myers <joseph@codesourcery.com> + * sysdeps/unix/sysv/linux/sys/timerfd.h (TFD_TIMER_CANCEL_ON_SET): + New enum constant and macro. + * scripts/build-many-glibcs.py (Context.checkout): Default Linux kernel version to 4.10. |