summaryrefslogtreecommitdiff
path: root/resource/nice.c
diff options
context:
space:
mode:
Diffstat (limited to 'resource/nice.c')
-rw-r--r--resource/nice.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/resource/nice.c b/resource/nice.c
index 208fcc01c9..64b2c57398 100644
--- a/resource/nice.c
+++ b/resource/nice.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1992-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
@@ -21,8 +21,7 @@
/* Increment the scheduling priority of the calling process by INCR.
The superuser may use a negative INCR to decrement the priority. */
int
-nice (incr)
- int incr;
+nice (int incr)
{
__set_errno (ENOSYS);
return -1;