]> sourceware.org Git - glibc.git/commit
Add SYNC_FILE_RANGE_WRITE_AND_WAIT from Linux 5.2 to bits/fcntl-linux.h.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 7 Aug 2019 17:01:13 +0000 (17:01 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 7 Aug 2019 17:01:13 +0000 (17:01 +0000)
commita02cd8e4e091201cb395a805a9f3e2a9981cae37
treeb49dae6170c7155922ae17f3163f8b3055b3cf15
parentd8b97803698dca2116de1d3e2eee35cc8cef6888
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.
ChangeLog
sysdeps/unix/sysv/linux/bits/fcntl-linux.h
This page took 0.040258 seconds and 5 git commands to generate.