Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ SysChmod
Function
SysChmod
Kernel/src/arch/x86_64/syscalls.cpp:525–527 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
523
}
524
525
long SysChmod(regs64_t* r){
526
return 0;
527
}
528
529
long SysFStat(regs64_t* r){
530
stat_t* stat = (stat_t*)SC_ARG0(r);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected