about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-06-07 21:50:31 +0000
committerMiles Bader <miles@gnu.org>1996-06-07 21:50:31 +0000
commit9646d934620f8cbb482664e2a783a02ed1496985 (patch)
tree68d9513bcae7fa0ba3e8bfca4305051c0dcad6a8
parent061c6526bf1a1161cceb155917fa58482db64700 (diff)
downloadglibc-9646d934620f8cbb482664e2a783a02ed1496985.tar.gz
glibc-9646d934620f8cbb482664e2a783a02ed1496985.tar.xz
glibc-9646d934620f8cbb482664e2a783a02ed1496985.zip
*** empty log message ***
	
	* sysdeps/mach/hurd/getpriority.c (getpriority): Use new interface
	to __proc_getprocinfo.
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 194541f86b..f7ba1c0fd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,9 +57,12 @@ Fri Jun  7 16:48:13 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 	* posix/Makefile (headers): Add schedbits.h.
 
 	* math/Makefile (elided-routines): Add long double routines.
-
+	
 Fri Jun  7 11:02:22 1996  Miles Bader  <miles@gnu.ai.mit.edu>
 
+	* sysdeps/mach/hurd/getpriority.c (getpriority): Use new interface
+	to __proc_getprocinfo.
+
 	* login/login.c (tty_name): New function.
 	(login): Use it.
 	(PATH_MAX): MACRO removed.