Merge "<sys/statvfs.h>: add a new mount option." into main am: 732b98203b
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2760790 Change-Id: I16763c1a7f868c2f88a87a0b06d785da966c24c0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a325f94c85
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue