summaryrefslogtreecommitdiff
path: root/misc/truncate.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/truncate.c')
-rw-r--r--misc/truncate.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/truncate.c b/misc/truncate.c
index 750f9553af..c79bec04af 100644
--- a/misc/truncate.c
+++ b/misc/truncate.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
@@ -20,9 +20,7 @@
/* Truncate PATH to LENGTH bytes. */
int
-__truncate (path, length)
- const char *path;
- off_t length;
+__truncate (const char *path, off_t length)
{
__set_errno (ENOSYS);
return -1;