MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / SysSetUID

Function SysSetUID

Kernel/src/arch/x86_64/syscalls.cpp:1492–1494  ·  view source on GitHub ↗

* SetSetUID () - Set Process UID * * On Success - Return process UID * On Failure - Return negative value */

Source from the content-addressed store, hash-verified

1490 * On Failure - Return negative value
1491 */
1492long SysSetUID(regs64_t* r){
1493 return -ENOSYS;
1494}
1495
1496/*
1497 * SysPoll (fds, nfds, timeout) - Wait for file descriptors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected