From 257dabc059447934a90be6fce4b5d2a5f4b63dfd Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 14 Dec 2016 18:23:15 +0000 Subject: Include in bits/fcntl-linux.h. This patch makes bits/fcntl-linux.h include to define the FALLOC_* flags under __USE_GNU (linux/falloc.h defines only those bits, nothing else). Tested for x86_64 and x86. * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]: Include . (FALLOC_FL_KEEP_SIZE): Remove. (FALLOC_FL_PUNCH_HOLE): Likewise. (FALLOC_FL_COLLAPSE_RANGE): Likewise. (FALLOC_FL_ZERO_RANGE): Likewise. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c7b055d217..32ce9af459 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2016-12-14 Joseph Myers + + * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]: Include + . + (FALLOC_FL_KEEP_SIZE): Remove. + (FALLOC_FL_PUNCH_HOLE): Likewise. + (FALLOC_FL_COLLAPSE_RANGE): Likewise. + (FALLOC_FL_ZERO_RANGE): Likewise. + 2016-12-14 Gabriel F. T. Gomes * stdlib/tst-strfrom.h (ENTRY): Replace use of CSUF with LSUF. -- cgit v1.2.3