summary refs log tree commit diff
path: root/misc/truncate.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/truncate.c')
-rw-r--r--misc/truncate.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/truncate.c b/misc/truncate.c
index 750f9553af..45240e9add 100644
--- a/misc/truncate.c
+++ b/misc/truncate.c
@@ -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;