1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00

* ioext.c, ioext.h: remove obsolete _sys_ from 9 procedure names.

*	* posix.c (scm_fork): Scheme name changed from fork to primitive-fork,
	to avoid clash with various scsh forks.
This commit is contained in:
Gary Houston 1997-01-31 04:36:24 +00:00
parent ad31050811
commit 063e05bed8
4 changed files with 64 additions and 58 deletions

View file

@ -750,8 +750,7 @@ scm_execlp (args)
return SCM_BOOL_F;
}
/* Flushing streams etc., is not done here. */
SCM_PROC (s_fork, "fork", 0, 0, 0, scm_fork);
SCM_PROC (s_fork, "primitive-fork", 0, 0, 0, scm_fork);
SCM
scm_fork()