Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ SysRenameAt
Function
SysRenameAt
Kernel/src/arch/x86_64/syscalls.cpp:787–790 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
785
}
786
787
long SysRenameAt(regs64_t* r){
788
Log::Warning(
"SysRenameAt is a stub!"
);
789
return -ENOSYS;
790
}
791
792
// SendMessage(message_t* msg) - Sends an IPC message to a process
793
long SysSendMessage(regs64_t* r){
Callers
nothing calls this directly
Calls
1
Warning
Function · 0.85
Tested by
no test coverage detected