Skip to content

SYS_statx

Man Page

x86_64 ARM64 RV64

Signature

(import "wali" "SYS_statx" (func (param $dirfd i32) (param $pathname i32) (param $flags i32) (param $mask i32) (param $statxbuf i32) (result i64)))
long statx(int dirfd, char* pathname, int flags, unsigned int mask, struct statx* statxbuf);