From bee1f2c413ef0cf99d25f898fa0eb0d41fb71dc5 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 23 May 2019 13:20:48 +0000 Subject: Add F_SEAL_FUTURE_WRITE from Linux 5.1 to bits/fcntl-linux.h. This patch adds the new F_SEAL_FUTURE_WRITE constant from Linux 5.1 to bits/fcntl-linux.h. Tested for x86_64. * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU] (F_SEAL_FUTURE_WRITE): New macro. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8ea94b6eb1..5f21fe463a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-05-23 Joseph Myers + + * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU] + (F_SEAL_FUTURE_WRITE): New macro. + 2019-05-23 Alexandra Hajkova * elf/Makefile (test-container): Add tst-ldconfig-bad-aux-cache. -- cgit v1.2.3