diff options
Diffstat (limited to 'libguile/posix.c')
-rw-r--r-- | libguile/posix.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/posix.c b/libguile/posix.c index 2d52690d0..42657faf5 100644 --- a/libguile/posix.c +++ b/libguile/posix.c @@ -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() |