about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2019-08-07 17:01:13 +0000
committerJoseph Myers <joseph@codesourcery.com>2019-08-07 17:01:13 +0000
commita02cd8e4e091201cb395a805a9f3e2a9981cae37 (patch)
treeb49dae6170c7155922ae17f3163f8b3055b3cf15 /ChangeLog
parentd8b97803698dca2116de1d3e2eee35cc8cef6888 (diff)
downloadglibc-a02cd8e4e091201cb395a805a9f3e2a9981cae37.tar.gz
glibc-a02cd8e4e091201cb395a805a9f3e2a9981cae37.tar.xz
glibc-a02cd8e4e091201cb395a805a9f3e2a9981cae37.zip
Add SYNC_FILE_RANGE_WRITE_AND_WAIT from Linux 5.2 to bits/fcntl-linux.h.
This patch adds the SYNC_FILE_RANGE_WRITE_AND_WAIT constant from Linux
5.2 (a new name for a combination of existing bits, not actually a new
kernel interface) to bits/fcntl-linux.h.

Tested for x86_64.

	* sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
	(SYNC_FILE_RANGE_WRITE_AND_WAIT): New macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53ccbf5e9e..760698b440 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-08-07  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
+	(SYNC_FILE_RANGE_WRITE_AND_WAIT): New macro.
+
 2019-08-06  Joseph Myers  <joseph@codesourcery.com>
 
 	* io/fcntl.h [__USE_GNU] (AT_RECURSIVE): New macro.