From 80b55d320bae6743130701af3b5c395d21ce748d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 1 Nov 1995 10:00:20 +0000 Subject: * 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/setpriority.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/mach/hurd/setpriority.c') diff --git a/sysdeps/mach/hurd/setpriority.c b/sysdeps/mach/hurd/setpriority.c index 644bfdf6fe..4d2e3f3591 100644 --- a/sysdeps/mach/hurd/setpriority.c +++ b/sysdeps/mach/hurd/setpriority.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994 Free Software Foundation, Inc. +/* Copyright (C) 1994, 1995 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -67,7 +67,7 @@ setpriority (enum __priority_which which, int who, int prio) npids = ntasks = nwin = nperm = nacces = 0; pidloser = priloser = 0; - err = _hurd_priority_which_map (which, who, setonepriority); + err = _hurd_priority_which_map (which, who, setonepriority, 0); if (!err && npids == 0) /* No error, but no pids found. */ -- cgit 1.4.1