~ chicken-core (chicken-5) 7cc25c4756558b47e0e695700a7a8217f0c74a14


commit 7cc25c4756558b47e0e695700a7a8217f0c74a14
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Oct 27 17:25:18 2012 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat Oct 27 17:25:18 2012 +0200

    fixed incorrect signature of _exit in types.db

diff --git a/types.db b/types.db
index 1d92ab9b..940c6e04 100644
--- a/types.db
+++ b/types.db
@@ -1555,7 +1555,7 @@
 
 ;; posix
 
-(_exit (procedure _exit (fixnum) noreturn))
+(_exit (procedure _exit (#!optional fixnum) noreturn))
 (call-with-input-pipe (#(procedure #:enforce) call-with-input-pipe (string (procedure (input-port) . *) #!optional symbol) . *))
 (call-with-output-pipe (#(procedure #:enforce) call-with-output-pipe (string (procedure (input-port) . *) #!optional symbol) . *))
 (change-directory (#(procedure #:clean #:enforce) change-directory (string) string))
Trap