* SetGetUID () - Get Process UID * * On Success - Return process UID * On Failure - Does not fail */
| 1480 | * On Failure - Does not fail |
| 1481 | */ |
| 1482 | long SysGetUID(regs64_t* r){ |
| 1483 | return Scheduler::GetCurrentProcess()->uid; |
| 1484 | } |
| 1485 | |
| 1486 | /* |
| 1487 | * SetSetUID () - Set Process UID |
nothing calls this directly
no test coverage detected