Skip to content

SYS_chmod

Man Page

x86_64 ARM64 RV64

Signature

(import "wali" "SYS_chmod" (func (param $pathname i32) (param $mode i32) (result i64)))
long chmod(char* pathname, mode_t mode);