about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-09-05 08:45:28 +0000
committerRoland McGrath <roland@gnu.org>1999-09-05 08:45:28 +0000
commit9024032c43e87ec7c25c2665857368d5fce40f6a (patch)
tree485aceabe885257160b44010fab9fdfeca225363 /ChangeLog
parent1a658b79cf9b90b0035269bae15c9cedb3c23995 (diff)
downloadglibc-9024032c43e87ec7c25c2665857368d5fce40f6a.tar.gz
glibc-9024032c43e87ec7c25c2665857368d5fce40f6a.tar.xz
glibc-9024032c43e87ec7c25c2665857368d5fce40f6a.zip
1999-09-05 Roland McGrath <roland@baalperazim.frob.com>
	* hurd/hurdprio.c (_hurd_priority_which_map): If WHO is zero default
	it to getpid () for PRIO_PROCESS, geteuid () for PRIO_USER.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bbde435a9..bc47b7bd4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-09-05  Roland McGrath  <roland@baalperazim.frob.com>
+
+	* hurd/hurdprio.c (_hurd_priority_which_map): If WHO is zero default
+	it to getpid () for PRIO_PROCESS, geteuid () for PRIO_USER.
+
 1999-09-04  Ulrich Drepper  <drepper@cygnus.com>
 
 	* sysdeps/unix/sysv/linux/getaddrinfo.c: Little optimization.