diff options
author | Roland McGrath <roland@gnu.org> | 1995-11-01 10:00:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-11-01 10:00:20 +0000 |
commit | 80b55d320bae6743130701af3b5c395d21ce748d (patch) | |
tree | 6b0178179f972b1d02e7ada40c1ee0b1312b77b8 /ChangeLog | |
parent | 3bbceb1287e3df7eb75e7a9852278d4eb9d33a00 (diff) | |
download | glibc-80b55d320bae6743130701af3b5c395d21ce748d.tar.gz glibc-80b55d320bae6743130701af3b5c395d21ce748d.tar.xz glibc-80b55d320bae6743130701af3b5c395d21ce748d.zip |
* sysdeps/mach/hurd/getpriority.c (getpriority): Pass cvs/libc-951102 cvs/libc-951101
PI_FETCH_TASKINFO to proc_getprocinfo and through _hurd_priority_which_map. * sysdeps/mach/hurd/setpriority.c (setpriority): Pass new arg to _hurd_priority_which_map. * hurd/hurdprio.c (_hurd_priority_which_map): New arg PI_FLAGS, passed through to proc_getprocinfo RPC. * hurd/hurd/resource.h: Add PI_FLAGS arg in decl.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f7798649f8..9e49498afe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ Tue Oct 31 00:07:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * sysdeps/mach/hurd/getpriority.c (getpriority): Pass + PI_FETCH_TASKINFO to proc_getprocinfo and through + _hurd_priority_which_map. + + * sysdeps/mach/hurd/setpriority.c (setpriority): Pass new arg to + _hurd_priority_which_map. + * hurd/hurdprio.c (_hurd_priority_which_map): New arg PI_FLAGS, + passed through to proc_getprocinfo RPC. + * hurd/hurd/resource.h: Add PI_FLAGS arg in decl. + * sysdeps/mach/hurd/group_member.c: New file. * sysdeps/generic/group_member.c: New file. |