~ chicken-core (chicken-5) 50e6c96de581b1613c435bfe1d4304a74e710df2
commit 50e6c96de581b1613c435bfe1d4304a74e710df2
Author: Peter Bex <peter.bex@xs4all.nl>
AuthorDate: Fri Nov 8 19:14:19 2013 +0100
Commit: Peter Bex <peter.bex@xs4all.nl>
CommitDate: Fri Nov 8 19:14:19 2013 +0100
Add change-directory* to the POSIX export list (thanks to Alan Post)
diff --git a/posix.import.scm b/posix.import.scm
index fba32703..41ff5e3f 100644
--- a/posix.import.scm
+++ b/posix.import.scm
@@ -30,6 +30,7 @@
call-with-input-pipe
call-with-output-pipe
change-directory
+ change-directory*
change-file-mode
change-file-owner
close-input-pipe
Trap