summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-12-11 23:02:31 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-12-11 23:02:31 +0000
commitaaa928e4cff4b60cd813352d124af8477c807977 (patch)
tree707b38d5f66b102e7b31d662d445ce727382f7ee /lib/libc
parent59cbe93f72d84866d77fe36d4fd2311b152566d0 (diff)
Add id_t type as per POSIX and use it for [gs]etpriority(2).
OK henning@ and deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/getpriority.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getpriority.2 b/lib/libc/sys/getpriority.2
index 5c4a42c177c..b0ae6490f11 100644
--- a/lib/libc/sys/getpriority.2
+++ b/lib/libc/sys/getpriority.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getpriority.2,v 1.9 2003/06/02 20:18:39 millert Exp $
+.\" $OpenBSD: getpriority.2,v 1.10 2003/12/11 23:02:30 millert Exp $
.\" $NetBSD: getpriority.2,v 1.4 1995/02/27 12:33:15 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -41,9 +41,9 @@
.Fd #include <sys/time.h>
.Fd #include <sys/resource.h>
.Ft int
-.Fn getpriority "int which" "int who"
+.Fn getpriority "int which" "id_t who"
.Ft int
-.Fn setpriority "int which" "int who" "int prio"
+.Fn setpriority "int which" "id_t who" "int prio"
.Sh DESCRIPTION
The scheduling priority of the process, process group, or user,
as indicated by