From: Miles Bader Date: Fri, 7 Jun 1996 21:50:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: cvs/libc-960608~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9646d934620f8cbb482664e2a783a02ed1496985;p=thirdparty%2Fglibc.git *** empty log message *** * sysdeps/mach/hurd/getpriority.c (getpriority): Use new interface to __proc_getprocinfo. --- diff --git a/ChangeLog b/ChangeLog index 194541f86b3..f7ba1c0fd53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -57,9 +57,12 @@ Fri Jun 7 16:48:13 1996 Roland McGrath * posix/Makefile (headers): Add schedbits.h. * math/Makefile (elided-routines): Add long double routines. - + Fri Jun 7 11:02:22 1996 Miles Bader + * 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.