summaryrefslogtreecommitdiff
path: root/mainline/runtime/sdk/android/riscv64/include/bionic/libc/include/sys/statvfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'mainline/runtime/sdk/android/riscv64/include/bionic/libc/include/sys/statvfs.h')
-rw-r--r--mainline/runtime/sdk/android/riscv64/include/bionic/libc/include/sys/statvfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mainline/runtime/sdk/android/riscv64/include/bionic/libc/include/sys/statvfs.h b/mainline/runtime/sdk/android/riscv64/include/bionic/libc/include/sys/statvfs.h
index 46fbea56..7bc5e634 100644
--- a/mainline/runtime/sdk/android/riscv64/include/bionic/libc/include/sys/statvfs.h
+++ b/mainline/runtime/sdk/android/riscv64/include/bionic/libc/include/sys/statvfs.h
@@ -88,6 +88,9 @@ struct statvfs64 { __STATVFS64_BODY __STATVFS64_CODA };
/** Flag for `f_flag` in `struct statvfs`: see `MS_RELATIME`. */
#define ST_RELATIME 0x1000
+/** Flag for `f_flag` in `struct statvfs`: don't follow symlinks. */
+#define ST_NOSYMFOLLOW 0x2000
+
/**
* [statvfs(3)](http://man7.org/linux/man-pages/man3/statvfs.3.html)
* queries filesystem statistics for the given path.