about summary refs log tree commit diff
path: root/resource/nice.c
diff options
context:
space:
mode:
Diffstat (limited to 'resource/nice.c')
-rw-r--r--resource/nice.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/resource/nice.c b/resource/nice.c
index 208fcc01c9..7f49037d87 100644
--- a/resource/nice.c
+++ b/resource/nice.c
@@ -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;