summaryrefslogtreecommitdiff
path: root/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/fcntl.h
diff options
context:
space:
mode:
authorKalesh Singh <kaleshsingh@google.com>2024-01-31 07:58:16 -0800
committerKalesh Singh <kaleshsingh@google.com>2024-01-31 07:58:24 -0800
commit9f2b634c25c4af1a26f6a92263fef48377f0ddec (patch)
tree33e8bdce25c4bdd468ab14d808c040d56b42bb9f /mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/fcntl.h
parent553d413953d518a56f665c09b9e9457c713da144 (diff)
downloadruntime-9f2b634c25c4af1a26f6a92263fef48377f0ddec.tar.gz
Update ART dependencies prebuilts.
Taken from branch aosp-main, target mainline_modules_sdks-trunk_staging-userdebug, build 11379957. CL prepared by prebuilts/runtime/mainline/update.py. Bug: 316403210 Test: Presubmits Change-Id: Iab2e6fcbe848d01912d90d24cf28cac1730e9c39 Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
Diffstat (limited to 'mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/fcntl.h')
-rw-r--r--mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/fcntl.h25
1 files changed, 7 insertions, 18 deletions
diff --git a/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/fcntl.h b/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/fcntl.h
index 05393d5d..0e5c84d4 100644
--- a/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/fcntl.h
+++ b/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/fcntl.h
@@ -1,21 +1,9 @@
-/****************************************************************************
- ****************************************************************************
- ***
- *** This header was automatically generated from a Linux kernel header
- *** of the same name, to make information necessary for userspace to
- *** call into the kernel available to libc. It contains only constants,
- *** structures, and macros generated from the original header, and thus,
- *** contains no copyrightable information.
- ***
- *** To edit the content of this header, modify the corresponding
- *** source file (e.g. under external/kernel-headers/original/) then
- *** run bionic/libc/kernel/tools/update_all.py
- ***
- *** Any manual change here will be lost the next time this script will
- *** be run. You've been warned!
- ***
- ****************************************************************************
- ****************************************************************************/
+/*
+ * This file is auto-generated. Modifications will be lost.
+ *
+ * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
+ * for more information.
+ */
#ifndef _UAPI_LINUX_FCNTL_H
#define _UAPI_LINUX_FCNTL_H
#include <asm/fcntl.h>
@@ -65,4 +53,5 @@
#define AT_STATX_FORCE_SYNC 0x2000
#define AT_STATX_DONT_SYNC 0x4000
#define AT_RECURSIVE 0x8000
+#define AT_HANDLE_FID AT_REMOVEDIR
#endif