MCPcopy 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
787long 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
793long SysSendMessage(regs64_t* r){

Callers

nothing calls this directly

Calls 1

WarningFunction · 0.85

Tested by

no test coverage detected