diff options
author | Gary Houston <ghouston@arglist.com> | 1999-07-24 19:52:13 +0000 |
---|---|---|
committer | Gary Houston <ghouston@arglist.com> | 1999-07-24 19:52:13 +0000 |
commit | 69bc9ff335d5f32b1262dcc96d3109321248f8cc (patch) | |
tree | e40bcba0a4ea0728f8fe012e93608f1b902a525c /libguile/filesys.h | |
parent | eb9ef08b772597d002e1f183750881cc7662e0bf (diff) | |
download | guile-69bc9ff335d5f32b1262dcc96d3109321248f8cc.tar.gz |
1999-07-24 Gary Houston <ghouston@easynet.co.uk>
* gdbint.c (gdb_print, gdb_read): call scm_truncate_file.
* ports.c (scm_truncate_file): renamed from scm_ftruncate.
allow the 1st argument to be a fdes or filename as well as a
port (as in the filesys.c version).
* filesys.c (scm_truncate_file): removed.
Diffstat (limited to 'libguile/filesys.h')
-rw-r--r-- | libguile/filesys.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/filesys.h b/libguile/filesys.h index cf0803e3c..17cee89c4 100644 --- a/libguile/filesys.h +++ b/libguile/filesys.h @@ -64,7 +64,6 @@ extern SCM scm_stat SCM_P ((SCM object)); extern SCM scm_link SCM_P ((SCM oldpath, SCM newpath)); extern SCM scm_rename SCM_P ((SCM oldname, SCM newname)); extern SCM scm_delete_file SCM_P ((SCM str)); -extern SCM scm_truncate_file (SCM object, SCM size); extern SCM scm_mkdir SCM_P ((SCM path, SCM mode)); extern SCM scm_rmdir SCM_P ((SCM path)); extern SCM scm_opendir SCM_P ((SCM dirname)); |