summaryrefslogtreecommitdiff
path: root/resource/getpriority.c
diff options
context:
space:
mode:
Diffstat (limited to 'resource/getpriority.c')
-rw-r--r--resource/getpriority.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/resource/getpriority.c b/resource/getpriority.c
index 6df7294578..379fef9db7 100644
--- a/resource/getpriority.c
+++ b/resource/getpriority.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 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
@@ -23,9 +23,7 @@
or user (as specified by WHO) is used. A lower priority number means higher
priority. Priorities range from PRIO_MIN to PRIO_MAX. */
int
-__getpriority (which, who)
- enum __priority_which which;
- id_t who;
+__getpriority (enum __priority_which which, id_t who)
{
__set_errno (ENOSYS);
return -1;