~ chicken-core (chicken-5) c2e464f1ab55ebe7f4975e8328ac93ddfcf45cb9
commit c2e464f1ab55ebe7f4975e8328ac93ddfcf45cb9 Author: Christian Kellermann <ckeen@pestilenz.org> AuthorDate: Wed Apr 24 09:33:12 2013 +0200 Commit: Christian Kellermann <ckeen@pestilenz.org> CommitDate: Wed Apr 24 09:39:14 2013 +0200 posix: Add file-type to list of exported identifiers This has been reported by Jules Altfas. Signed-off-by: Christian Kellermann <ckeen@pestilenz.org> diff --git a/posix.import.scm b/posix.import.scm index 48b243e8..0f778779 100644 --- a/posix.import.scm +++ b/posix.import.scm @@ -120,6 +120,7 @@ file-stat file-test-lock file-truncate + file-type file-unlock file-write file-write-access? @@ -255,4 +256,4 @@ user-information utc-time->seconds with-input-from-pipe - with-output-to-pipe)) \ No newline at end of file + with-output-to-pipe))Trap