@@ -100,7 +100,7 @@ renice(int which, int who, long adj)
returnfalse;
}
adj=MAX(PRIO_MIN,MIN(adj,PRIO_MAX));
adj=MAX(-NZERO,MIN(adj,NZERO-1));
if(setpriority(which,who,(int)adj)==-1){
fprintf(stderr,"can't set %d nice level: %s\n",
who,strerror(errno));
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.