Re: [PATCH glibc v1 1/1] hurd: let the root user raise its priority
Samuel Thibault <[email protected]>
| Newsgroups | gmane.os.hurd.bugs |
|---|---|
| Organization | I am not organized |
| Message-ID | <ahS4VEdRYogOMGU4@end> |
Hello, [email protected], le mer. 20 mai 2026 23:49:27 +0100, a ecrit: > - prio = MAX (0, MIN (2 * NZERO - 1, prio)); > + prio = MAX ((-NZERO), MIN ((NZERO - 1), prio)); I have commited it separately, as it's a completely separate fix for setpriority. Thanks, Samuel