~ chicken-core (chicken-5) 55cae38d5b0f0d95c01184c94906efcb27c79058


commit 55cae38d5b0f0d95c01184c94906efcb27c79058
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Dec 18 12:52:23 2010 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat Dec 18 12:52:23 2010 +0100

    update of file-creation-mode types.db entry

diff --git a/types.db b/types.db
index 94488841..6149220a 100644
--- a/types.db
+++ b/types.db
@@ -776,7 +776,7 @@
 (file-change-time (procedure file-change-time ((or string fixnum)) number))
 (file-close (procedure file-close (fixnum) undefined))
 (file-control (procedure file-control (fixnum fixnum #!optional fixnum) fixnum))
-(file-creation-mode (procedure file-creation-mode () fixnum))
+(file-creation-mode (procedure file-creation-mode (#!optional fixnum) fixnum))
 (file-execute-access? (procedure file-execute-access? (string) boolean))
 (file-link (procedure file-link (string string) undefined))
 (file-lock (procedure file-lock (port #!optional fixnum *) (struct lock)))
Trap