* SetSetUID () - Set Process UID * * On Success - Return process UID * On Failure - Return negative value */
| 1490 | * On Failure - Return negative value |
| 1491 | */ |
| 1492 | long SysSetUID(regs64_t* r){ |
| 1493 | return -ENOSYS; |
| 1494 | } |
| 1495 | |
| 1496 | /* |
| 1497 | * SysPoll (fds, nfds, timeout) - Wait for file descriptors |
nothing calls this directly
no outgoing calls
no test coverage detected