summaryrefslogtreecommitdiff
path: root/resource/setrlimit64.c
diff options
context:
space:
mode:
Diffstat (limited to 'resource/setrlimit64.c')
-rw-r--r--resource/setrlimit64.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/resource/setrlimit64.c b/resource/setrlimit64.c
index 217ad22a39..8e6ec2b60d 100644
--- a/resource/setrlimit64.c
+++ b/resource/setrlimit64.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 @@
Only the super-user can increase hard limits.
Return 0 if successful, -1 if not (and sets errno). */
int
-setrlimit64 (resource, rlimits)
- enum __rlimit_resource resource;
- const struct rlimit64 *rlimits;
+setrlimit64 (enum __rlimit_resource resource, const struct rlimit64 *rlimits)
{
struct rlimit rlimits32;