1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-22 19:44:10 +02:00

* filesys.c (scm_fcntl): New function from Roland McGrath.

(scm_init_filesys): New symbols for use with fcntl.
* filesys.h: Added prototype.
This commit is contained in:
Jim Blandy 1997-04-12 01:17:15 +00:00
parent 30000774de
commit 4c1feaa596
2 changed files with 48 additions and 1 deletions

View file

@ -72,6 +72,7 @@ extern SCM scm_chdir SCM_P ((SCM str));
extern SCM scm_getcwd SCM_P ((void));
extern SCM scm_select SCM_P ((SCM reads, SCM writes, SCM excepts, SCM secs, SCM msecs));
extern int scm_input_waiting_p SCM_P ((FILE *file, char *caller));
extern SCM scm_fcntl SCM_P ((SCM port, SCM cmd, SCM value));
extern SCM scm_symlink SCM_P ((SCM oldpath, SCM newpath));
extern SCM scm_readlink SCM_P ((SCM path));
extern SCM scm_lstat SCM_P ((SCM str));