//////////////////////// \brief SysSetEUID () - Set effective process UID \return On success return 0, otherwise return negative error code ////////////////////////
| 1772 | /// \return On success return 0, otherwise return negative error code |
| 1773 | ///////////////////////////// |
| 1774 | long SysSetEUID(regs64_t* r){ |
| 1775 | Log::Warning("SysSetEUID is a stub!"); |
| 1776 | return -ENOSYS; |
| 1777 | } |
| 1778 | |
| 1779 | ///////////////////////////// |
| 1780 | /// \brief SysGetProcessInfo (pid, pInfo) |