diff options
Diffstat (limited to 'sysdeps/generic/setpriority.c')
-rw-r--r-- | sysdeps/generic/setpriority.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/setpriority.c b/sysdeps/generic/setpriority.c index 997bea82a6..04158c6b76 100644 --- a/sysdeps/generic/setpriority.c +++ b/sysdeps/generic/setpriority.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 1997, 2000 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 @@ -24,7 +24,7 @@ int setpriority (which, who, prio) enum __priority_which which; - int who; + id_t who; int prio; { __set_errno (ENOSYS); |