diff --git a/Kernel/API/Syscall.h b/Kernel/API/Syscall.h index 8333a41033..0a67957f2e 100644 --- a/Kernel/API/Syscall.h +++ b/Kernel/API/Syscall.h @@ -432,7 +432,7 @@ struct SC_waitid_params { struct SC_stat_params { StringArgument path; struct stat* statbuf; - bool follow_symlinks; + int follow_symlinks; }; struct SC_ptrace_params {