Skip to content

SYS_utimensat

Man Page

x86_64 ARM64 RV64

Signature

(import "wali" "SYS_utimensat" (func (param $dirfd i32) (param $pathname i32) (param $times i32) (param $flags i32) (result i64)))
long utimensat(int dirfd, char* pathname, struct timespec* times, int flags);