Add FD_PIDFS_ROOT from Linux 6.17 to bits/fcntl-linux.h

It was added by commit 3941e37f62fe2c3c8b8675c12183185f20450539

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
Adhemerval Zanella 2025-10-03 16:39:04 -03:00
parent 1e750f62c4
commit c0be0b4527
1 changed files with 3 additions and 0 deletions

View File

@ -219,6 +219,9 @@
/* For F_[GET|SET]FD. */
#define FD_CLOEXEC 1 /* Actually anything with low bit set goes */
#ifdef __USE_GNU
# define FD_PIDFS_ROOT -10002 /* Root of the pidfs filesystem */
#endif
#ifndef F_RDLCK
/* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */