//////////////////////// \brief SysGetEUID () - Set effective process UID \return Process EUID (int) ////////////////////////
| 1763 | /// \return Process EUID (int) |
| 1764 | ///////////////////////////// |
| 1765 | long SysGetEUID(regs64_t* r){ |
| 1766 | return Scheduler::GetCurrentProcess()->uid; |
| 1767 | } |
| 1768 | |
| 1769 | ///////////////////////////// |
| 1770 | /// \brief SysSetEUID () - Set effective process UID |
nothing calls this directly
no test coverage detected