]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/truncate64.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / misc / truncate64.c
index d1bb4ade2eabae83de9feb57f3834ec0ee06c6e1..e8408d5b04a73727e9384879b93cf83e72628fd0 100644 (file)
@@ -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)
     {