]> sourceware.org Git - glibc.git/blobdiff - sysdeps/mach/hurd/ftruncate.c
Convert 231 sysdeps function definitions to prototype style.
[glibc.git] / sysdeps / mach / hurd / ftruncate.c
index f2134265cd69caa65f087f8153b886f04ba1112b..780c31483cca6e1b61011228b06bc9dde461a9e6 100644 (file)
@@ -23,9 +23,7 @@
 
 /* Truncate the file referenced by FD to LENGTH bytes.  */
 int
-__ftruncate (fd, length)
-     int fd;
-     __off_t length;
+__ftruncate (int fd, __off_t length)
 {
   error_t err;
   if (err = HURD_DPORT_USE (fd, __file_set_size (port, length)))
This page took 0.029112 seconds and 5 git commands to generate.