Skip to content

Commit d614cba

Browse files
feat(atflags): append the statx flags
Signed-off-by: Anhad Singh <[email protected]>
1 parent f533ab8 commit d614cba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/aero_syscall/src/lib.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,5 +746,12 @@ bitflags::bitflags! {
746746
const EACCESS = 0x200;
747747
/// Allow empty relative pathname.
748748
const EMPTY_PATH = 0x1000;
749+
750+
const STATX_FORCE_SYNC = 0x2000;
751+
const STATX_DONT_SYNC = 0x4000;
752+
const STATX_SYNC_TYPE = 0x6000;
753+
754+
const STATX_SYNC_AS_STAT = 0x0000;
755+
const NO_AUTOMOUNT = 0x800;
749756
}
750757
}

0 commit comments

Comments
 (0)