about summary refs log tree commit diff
path: root/misc/ftruncate64.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ftruncate64.c')
-rw-r--r--misc/ftruncate64.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/ftruncate64.c b/misc/ftruncate64.c
index 1c41fea5a5..2e71bed6e1 100644
--- a/misc/ftruncate64.c
+++ b/misc/ftruncate64.c
@@ -21,9 +21,7 @@
 
 /* Truncate the file referenced by FD to LENGTH bytes.  */
 int
-__ftruncate64 (fd, length)
-     int fd;
-     off64_t length;
+__ftruncate64 (int fd, off64_t length)
 {
   if ((off_t) length != length)
     {