]> git.tuebingen.mpg.de Git - osl.git/blobdiff - fd.c
Rename para_truncate() to truncate_file().
[osl.git] / fd.c
diff --git a/fd.c b/fd.c
index 920bce9cf49a132a868c1983f990cd7fd124748a..1519ac5552dbf106d7edbec5faf2776066c7e0f1 100644 (file)
--- a/fd.c
+++ b/fd.c
@@ -334,7 +334,7 @@ __must_check __printf_1_2 __malloc char *make_message(const char *fmt, ...)
  *
  * \sa truncate(2)
  */
-int para_truncate(const char *path, off_t size)
+int truncate_file(const char *path, off_t size)
 {
        int ret;
        struct stat statbuf;