Add AT_RECURSIVE from Linux 5.2 to fcntl.h.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 6 Aug 2019 21:17:59 +0000 (21:17 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 6 Aug 2019 21:17:59 +0000 (21:17 +0000)
commitd8b97803698dca2116de1d3e2eee35cc8cef6888
tree236d19522638867ce1238986a1bec240127aded2
parent8d454abeb444db805fb504ecf256b6c2e3e25e04
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.
ChangeLog
io/fcntl.h