summaryrefslogtreecommitdiff
path: root/resource/vlimit.c
diff options
context:
space:
mode:
Diffstat (limited to 'resource/vlimit.c')
-rw-r--r--resource/vlimit.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/resource/vlimit.c b/resource/vlimit.c
index 14cfee02b9..d817eeabbe 100644
--- a/resource/vlimit.c
+++ b/resource/vlimit.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
@@ -26,9 +26,7 @@
/* Set the soft limit for RESOURCE to be VALUE.
Returns 0 for success, -1 for failure. */
int
-vlimit (resource, value)
- enum __vlimit_resource resource;
- int value;
+vlimit (enum __vlimit_resource resource, int value)
{
if (resource >= LIM_CPU && resource <= LIM_MAXRSS)
{