aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/linux/fcntl.h
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-11-11 02:21:37 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-11-11 02:40:39 +0300
commitc9eb66546bc5c72ff6a4424f5c73ada67d0aeaa8 (patch)
tree4a18f83f5979766f6a360805a97500e9b2beeb75 /contrib/libs/linux-headers/linux/fcntl.h
parent638336990198a7f36d43cfd21a42b25d9dcb6efc (diff)
downloadydb-c9eb66546bc5c72ff6a4424f5c73ada67d0aeaa8.tar.gz
Update contrib/libs/linux-headers to 6.5.9
Diffstat (limited to 'contrib/libs/linux-headers/linux/fcntl.h')
-rw-r--r--contrib/libs/linux-headers/linux/fcntl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/libs/linux-headers/linux/fcntl.h b/contrib/libs/linux-headers/linux/fcntl.h
index 41fc49a7b6..7ca41fd4a7 100644
--- a/contrib/libs/linux-headers/linux/fcntl.h
+++ b/contrib/libs/linux-headers/linux/fcntl.h
@@ -112,4 +112,9 @@
#define AT_RECURSIVE 0x8000 /* Apply to the entire subtree */
+/* Flags for name_to_handle_at(2). We reuse AT_ flag space to save bits... */
+#define AT_HANDLE_FID AT_REMOVEDIR /* file handle is needed to
+ compare object identity and may not
+ be usable to open_by_handle_at(2) */
+
#endif /* _LINUX_FCNTL_H */