~ chicken-core (chicken-5) d0c01383c8cd17bbef340b4ec88f30b92832e884


commit d0c01383c8cd17bbef340b4ec88f30b92832e884
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Fri Feb 12 15:46:06 2010 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Fri Feb 12 15:46:06 2010 +0100

    UNIX API aliases

diff --git a/chicken.h b/chicken.h
index ccc7acc9..37f0d631 100644
--- a/chicken.h
+++ b/chicken.h
@@ -891,6 +891,8 @@ DECL_C_PROC_p0 (128,  1,0,0,0,0,0,0,0)
 # define C_fabs                     fabs
 # define C_modf                     modf
 # define C_readlink                 readlink
+# define C_getcwd                   getcwd
+# define C_access                   access
 # ifdef __linux__
 extern double round(double);
 extern double trunc(double);
Trap