about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2019-08-06 21:17:59 +0000
committerJoseph Myers <joseph@codesourcery.com>2019-08-06 21:17:59 +0000
commitd8b97803698dca2116de1d3e2eee35cc8cef6888 (patch)
tree236d19522638867ce1238986a1bec240127aded2 /ChangeLog
parent8d454abeb444db805fb504ecf256b6c2e3e25e04 (diff)
downloadglibc-d8b97803698dca2116de1d3e2eee35cc8cef6888.tar.gz
glibc-d8b97803698dca2116de1d3e2eee35cc8cef6888.tar.xz
glibc-d8b97803698dca2116de1d3e2eee35cc8cef6888.zip
Add AT_RECURSIVE from Linux 5.2 to fcntl.h.
This patch adds the AT_RECURSIVE constant from Linux 5.2 to glibc's
fcntl.h.  (Existing practice in glibc is that the AT_* constants go
directly in io/fcntl.h rather than somewhere OS-specific.)

Tested for x86_64.

	* io/fcntl.h [__USE_GNU] (AT_RECURSIVE): New macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 531fd18bbe..53ccbf5e9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-08-06  Joseph Myers  <joseph@codesourcery.com>
+
+	* io/fcntl.h [__USE_GNU] (AT_RECURSIVE): New macro.
+
 2019-07-02  Stefan Liebler  <stli@linux.ibm.com>
 
 	* sysdeps/unix/sysv/linux/s390/init-first.c (VDSO_SETUP): New define.