mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 10:18:31 +00:00
Add sys_ prefix to unwrapped system calls
This change also implements getlogin() and getlogin_r().
This commit is contained in:
parent
8f5678882d
commit
aab4ee4072
811 changed files with 1112 additions and 1796 deletions
|
@ -1410,7 +1410,7 @@ static void OnExit(void) {
|
|||
|
||||
static void MakeLatencyLittleLessBad(void) {
|
||||
_peekall();
|
||||
LOGIFNEG1(mlockall(MCL_CURRENT));
|
||||
LOGIFNEG1(sys_mlockall(MCL_CURRENT));
|
||||
LOGIFNEG1(nice(-5));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue