• R
    fix return value of nice function · 4bf0717e
    Rich Felker 提交于
    the Linux SYS_nice syscall is unusable because it does not return the
    newly set priority. always use SYS_setpriority. also avoid overflows
    in addition of inc by handling large inc values directly without
    examining the old nice value.
    4bf0717e
nice.c 441 字节