about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-09-19 05:42:21 +0000
committerRoland McGrath <roland@gnu.org>1999-09-19 05:42:21 +0000
commit349447daaf7ba94f1b77849142eb0f03cd97d418 (patch)
tree8079501f884b1f3d3da4036b234cd7d1327e1ca3 /ChangeLog
parentaefc5849d2ad0b3c78e0d79597e5dfae06836aaf (diff)
downloadglibc-349447daaf7ba94f1b77849142eb0f03cd97d418.tar.gz
glibc-349447daaf7ba94f1b77849142eb0f03cd97d418.tar.xz
glibc-349447daaf7ba94f1b77849142eb0f03cd97d418.zip
1999-09-19 Roland McGrath <roland@baalperazim.frob.com>
	* hurd/hurdprio.c (_hurd_priority_which_map): Rearrange the code a bit.
	Use __munmap instead of __vm_deallocate.

	(_hurd_priority_which_map):
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d33ecd5f3..9019d9b2ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-09-19  Roland McGrath  <roland@baalperazim.frob.com>
+
+	* hurd/hurdprio.c (_hurd_priority_which_map): Rearrange the code a bit.
+	Use __munmap instead of __vm_deallocate.
+
 1999-09-18  Ulrich Drepper  <drepper@cygnus.com>
 
 	* nis/nss_compat/compat-grp.c (getgrgid_plusgroup): Correct
@@ -214,6 +219,7 @@
 
 	* hurd/hurdprio.c (_hurd_priority_which_map): If WHO is zero default
 	it to getpid () for PRIO_PROCESS, geteuid () for PRIO_USER.
+	(_hurd_priority_which_map):
 
 1999-09-04  Ulrich Drepper  <drepper@cygnus.com>