summaryrefslogtreecommitdiff
path: root/misc/truncate64.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/truncate64.c')
-rw-r--r--misc/truncate64.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/truncate64.c b/misc/truncate64.c
index d1bb4ade2e..c1e032aa3c 100644
--- a/misc/truncate64.c
+++ b/misc/truncate64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1997-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,9 +21,7 @@
/* Truncate PATH to LENGTH bytes. */
int
-truncate64 (path, length)
- const char *path;
- off64_t length;
+truncate64 (const char *path, off64_t length)
{
if ((off_t) length != length)
{