summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-07 22:09:09 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-07 22:09:09 +0100
commitbd959902bcb2e71b4f3ac72535c4d2fe86f4ce79 (patch)
tree25fb3259c3e35d99f582ec39a23db0b10ac44ed3 /ChangeLog
parentd5131d3c1e4b71b5ce3bcd629ef019812b1412cf (diff)
downloadglibc-bd959902bcb2e71b4f3ac72535c4d2fe86f4ce79.tar.gz
glibc-bd959902bcb2e71b4f3ac72535c4d2fe86f4ce79.tar.xz
glibc-bd959902bcb2e71b4f3ac72535c4d2fe86f4ce79.zip
hurd: map nice levels 1-to-1 with Mach prio levels
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa48858f52..03a987aa9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,9 @@
 	[__USE_MISC] (chflags, fchflags): Declare functions.
 	* hurd/hurdselect.c (_hurd_select): In the poll case, do not return
 	EINVAL when nfds is greater than FD_SETSIZE.
+	* hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
+	NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
+	45.
 
 2015-02-06  Roland McGrath  <roland@hack.frob.com>